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