MCPcopy Create free account
hub / github.com/DevExpress/DevExtreme / WidgetOptions

Interface WidgetOptions

packages/testcafe-models/types.ts:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 | 'dxGantt';
75
76export interface WidgetOptions {
77 dxDataGrid: DataGridProperties;
78 dxFilterBuilder: FilterBuilderProperties;
79 dxGantt: GanttProperties;
80 // TODO: write other widgets
81}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected