IDashboardEvent
Home > @gooddata/sdk-ui-dashboard > IDashboardEvent
IDashboardEvent interface
Base type for all dashboard events.
Signature:
export interface IDashboardEvent<TPayload = any> 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | string | (Optional) If this event was triggered as part of a command processing, then the prop will contain command's correlation ID. | |
| 
 | Dashboard context in which the event occurred. | ||
| 
 | { acceptedTimestamp: number; } | (Optional) Metadata about the event useful for logging and handling of the event. | |
| 
 | TPayload | (Optional) Specify any additional data the custom event needs. | |
| 
 | Event type. Always starts with "GDC.DASH/EVT". |