UiState
Home > @gooddata/sdk-ui-dashboard > UiState
UiState interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface UiState
Properties
Property | Type | Description |
---|---|---|
activeSectionIndex | number | undefined | (BETA) |
cancelEditModeDialog | { open: boolean; } | (BETA) |
configurationPanelOpened | boolean | (BETA) |
deleteDialog | { open: boolean; } | (BETA) |
draggingWidgetTarget | ILayoutCoordinates | undefined | (BETA) |
filterAttributeSelectionOpen | boolean | (BETA) |
filterBar | { expanded: boolean; } | (BETA) |
insightListLastUpdateRequested | number | (BETA) |
kpiAlerts | { openedWidgetRef: ObjRef | undefined; highlightedWidgetRef: ObjRef | undefined; } | (BETA) |
kpiDeleteDialog | { widgetCoordinates: ILayoutCoordinates | undefined; } | (BETA) |
menuButton | { itemsVisibility: IMenuButtonItemsVisibility; } | (BETA) |
saveAsDialog | { open: boolean; } | (BETA) |
scheduleEmailDialog | { open: boolean; defaultAttachmentRef: ObjRef | undefined; } | (BETA) |
scheduleEmailManagementDialog | { open: boolean; } | (BETA) |
selectedFilterIndex | number | undefined | (BETA) |
selectedWidgetRef | ObjRef | undefined | (BETA) |
shareDialog | { open: boolean; } | (BETA) |
widgetDateDatasetAutoSelect | boolean | (BETA) |
widgetsLoadingAdditionalData | ObjRef[] | (BETA) |
widgetsOverlay | Record<string, IDashboardWidgetOverlay> | (BETA) |