TriggerEventPayload
Home > @gooddata/sdk-ui-dashboard > TriggerEventPayload
TriggerEventPayload interface
This API is provided as a 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 | Type | Description |
---|---|---|
eventBody | DashboardEventBody<IDashboardEvent | ICustomDashboardEvent> | (BETA) Event body without the DashboardContext property. That will be filled when the command is processed. |