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