TriggerEventPayload
Home > @gooddata/sdk-ui-dashboard > TriggerEventPayload
TriggerEventPayload interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the TriggerEvent command.
Signature:
export interface TriggerEventPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
eventBody | readonly | DashboardEventBody<IDashboardEvent | ICustomDashboardEvent> | (BETA) Event body without the DashboardContext property. That will be filled when the command is processed. |