UNPKG

@eclipse-scout/core

Version:
7 lines 229 B
import { OutlineModel } from '../../index'; export interface SearchOutlineModel extends OutlineModel { hasText?: boolean; searchQuery?: string; searchStatus?: string; } //# sourceMappingURL=SearchOutlineModel.d.ts.map