DashboardAsyncRenderRequested
Home > @gooddata/sdk-ui-dashboard > DashboardAsyncRenderRequested
DashboardAsyncRenderRequested interface
This event is emitted when a component on the dashboard requests async rendering.
Signature:
export interface DashboardAsyncRenderRequested extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | { readonly id: string; } | |
type | readonly | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" |