UNPKG

@eclipse-scout/core

Version:
8 lines 328 B
import { PageModel } from '../../../index'; export interface PageWithTableModel extends PageModel { /** * Configures whether a default child page should be created for each table row if no page is created. Default is false. */ alwaysCreateChildPage?: boolean; } //# sourceMappingURL=PageWithTableModel.d.ts.map