UseDashboardAsyncRender
Home > @gooddata/sdk-ui-dashboard > UseDashboardAsyncRender
UseDashboardAsyncRender type
Callbacks returned from useDashboardAsyncRender() hook.
Signature:
export type UseDashboardAsyncRender = {
onRequestAsyncRender: () => void;
onResolveAsyncRender: () => void;
};