IAutomationsParameters
Home > @gooddata/sdk-ui-dashboard > IAutomationsParameters
IAutomationsParameters interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Workspace and dashboard parameter data provided by the dashboard connector so that the shared automationFilters hooks do not need to read dashboard selectors directly.
Signature:
export interface IAutomationsParameters
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) The workspace parameter catalog; from selectCatalogParameters. | |||
|
boolean |
(ALPHA) Whether the parameter catalog has finished loading. Before it has, every stored parameter ref looks removed, so staleness checks must treat loading as not-stale. | ||
|
Record<string, IDashboardParameter[]> |
(ALPHA) Effective dashboard parameter values keyed by tab; from selectSmartPersistedTabsParameters. | ||
|
boolean |
(ALPHA) Whether the parameters feature is enabled; from selectEnableParameters. | ||
|
boolean |
(ALPHA) Whether STRING-typed parameters are enabled; from selectEnableStringParameters. |