UseDashboardAsyncRender
Home > @gooddata/sdk-ui-dashboard > UseDashboardAsyncRender
UseDashboardAsyncRender interface
Callbacks returned from useDashboardAsyncRender() hook.
Signature:
export interface UseDashboardAsyncRender
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
() => void |
Callback that requests async rendering of the component. | ||
() => void |
Callback that resolves async rendering of the component. |