SingleDashboardStoreAccessor
Home > @gooddata/sdk-ui-dashboard > SingleDashboardStoreAccessor
SingleDashboardStoreAccessor class
This singleton class uses DashboardStoreAccessorRepository to create a store accessor for a single dashboard.
Signature:
export declare class SingleDashboardStoreAccessor
Remarks
The usage of this singleton is the same as for DashboardStoreAccessorRepository except functions don't accept any parameters.
Methods
Method | Modifiers | Description |
---|---|---|
clearAccessor() | static | Removes dashboard accessors from for current dashboard. |
getDashboardDispatch() | static | Returns a dispatch object for current dashboard. |
getDashboardSelect() | static | Returns a selector for current dashboard. |
getOnChangeHandler() | static | Creates a callback for current dashboard. |
isAccessorInitialized() | static | Checks if accessors is initialized for current dashboard. |