UiState
Home > @gooddata/sdk-ui-dashboard > UiState
UiState interface
This API is provided as a beta 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 | Modifiers | Type | Description | 
|---|---|---|---|
| ILayoutSectionPath | undefined | (BETA) | ||
| { open: boolean; returnFocusTo?: string; context?: IAlertDialogContext; } | (BETA) | ||
| { open: boolean; context?: IAlertDialogContext; } | (BETA) | ||
| () => void | (ALPHA) (Optional) Ref to invalidate automations list - gets populated by Automations component when it mounts | ||
| { invalidateItemsRef?: MutableRefObject<() => void>; } | (BETA) | ||
| { open: boolean; } | (BETA) | ||
| boolean | (BETA) | ||
| { open: boolean; } | (BETA) | ||
| ILayoutItemPath | undefined | (BETA) | ||
| { invalidDrillWidgetRefs: ObjRef[]; invalidCustomUrlDrillParameterWidgets: InvalidCustomUrlDrillParameterInfo[]; } | (ALPHA) | ||
| boolean | (BETA) | ||
| { expanded: boolean; } | (BETA) | ||
| { incompatibleDefaultFiltersOverride: boolean; } | (BETA) | ||
| { open: boolean; mode: FilterViewDialogMode; } | (BETA) | ||
| boolean | (BETA) | ||
| number | (BETA) | ||
| { openedWidgetRef: ObjRef | undefined; highlightedWidgetRef: ObjRef | undefined; } | (BETA) | ||
| { widgetCoordinates: ILayoutItemPath | undefined; } | (BETA) | ||
| { itemsVisibility: IMenuButtonItemsVisibility; } | (BETA) | ||
| { open: boolean; } | (BETA) | ||
| { open: boolean; defaultAttachmentRef: ObjRef | undefined; returnFocusTo?: string; context?: IScheduleEmailContext; } | (BETA) | ||
| { open: boolean; context?: IScheduleEmailContext; } | (BETA) | ||
| number | undefined | (BETA) | ||
| ObjRef | undefined | (BETA) | ||
| { open: boolean; } | (BETA) | ||
| { open: boolean; } | (BETA) | ||
| boolean | (BETA) | ||
| { open: boolean; widgetRef: ObjRef | undefined; } | (BETA) | ||
| ObjRef[] | (BETA) | ||
| Record<string, IDashboardWidgetOverlay> | (BETA) |