DashboardAsyncRenderResolved
Home > @gooddata/sdk-ui-dashboard > DashboardAsyncRenderResolved
DashboardAsyncRenderResolved type
This event is emitted when a component on the dashboard resolves async rendering.
Signature:
export type DashboardAsyncRenderResolved = IDashboardEvent & {
readonly type: "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED";
readonly payload: DashboardAsyncRenderResolvedPayload;
};
References: IDashboardEvent, DashboardAsyncRenderResolvedPayload