DashboardCommandRejected
Home > @gooddata/sdk-ui-dashboard > DashboardCommandRejected
DashboardCommandRejected 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.
This event is emitted when the submitted command has been rejected by the dashboard component because it does not know how to handle the command.
This typically indicates user error, perhaps a typo in the command type name.
Signature:
export interface DashboardCommandRejected extends IDashboardEvent
Extends: IDashboardEvent
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
type | readonly | "GDC.DASH/EVT.COMMAND.REJECTED" | (BETA) |