UNPKG

@eclipse-scout/core

Version:
21 lines 646 B
import { CalendarSidebarSplitter, ResourcePanel, WidgetModel, YearPanel } from '../index'; export interface CalendarSidebarModel extends WidgetModel { /** * Year panel widget */ yearPanel?: YearPanel; /** * Splitter widget */ splitter?: CalendarSidebarSplitter; /** * Resource panel widget */ resoucePanel?: ResourcePanel; /** * Defines, whether the resource panel is displayable. * For example, the resource panel is not visible when the calendar widget has only one resource. */ resourcePanelDisplayable?: boolean; } //# sourceMappingURL=CalendarSidebarModel.d.ts.map