RequestAsyncRender
Home > @gooddata/sdk-ui-dashboard > RequestAsyncRender
RequestAsyncRender type
Signature:
export type RequestAsyncRender = IDashboardCommand & {
readonly type: "GDC.DASH/CMD.RENDER.ASYNC.REQUEST";
readonly payload: RequestAsyncRenderPayload;
};
References: IDashboardCommand, RequestAsyncRenderPayload