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 | Type | Description |
|---|---|---|
| payload | { readonly id: string; } | |
| type | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" |