DashboardAttributeFilterAddedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterAddedPayload
DashboardAttributeFilterAddedPayload 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 DashboardAttributeFilterAdded event.
Signature:
export interface DashboardAttributeFilterAddedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
added | readonly | IDashboardAttributeFilter | (BETA) Definition of the created attribute filter. The filter's local identifier can be used in subsequent commands to identify this filter. |
index | readonly | number | (BETA) Zero-based index indicating the position of the attribute filter among the other filters. |