UNPKG

@eclipse-scout/core

Version:
13 lines 604 B
import { FormField, TileOutlineOverview } from '../../index'; export declare class OutlineTileField extends FormField { /** outline is not a widget, because at the time where _init runs, outline is not yet available */ outline: string; tileOutlineOverview: TileOutlineOverview; constructor(); protected _render(): void; /** * We cannot create the TileOutlineOverview instance in the _init function, because at the time where _init runs, outlines are not yet available. */ protected _ensureTileOutlineOverview(): void; } //# sourceMappingURL=OutlineTileField.d.ts.map