selectConfig
Home > @gooddata/sdk-ui-dashboard > selectConfig
selectConfig variable
Returns dashboard's config.
Signature:
selectConfig: import("@reduxjs/toolkit").OutputSelector<DashboardState, import("../..").ResolvedDashboardConfig, (res: import("./configState").ConfigState) => import("../..").ResolvedDashboardConfig>
Remarks
It is expected that the selector is called only after the config state is correctly initialized. Invocations before initialization lead to invariant errors.