UNPKG

@eclipse-scout/core

Version:
7 lines 346 B
import { BenchRowLayoutData, ObjectOrChildModel, OutlineContent, SimpleTabBox, WidgetModel } from '../../index'; export interface BenchColumnModel extends WidgetModel { layoutData?: BenchRowLayoutData; tabBoxes?: ObjectOrChildModel<SimpleTabBox<OutlineContent>>[]; cacheKey?: string[]; } //# sourceMappingURL=BenchColumnModel.d.ts.map