DashboardAttributeFilterMovedPayload
Home > @gooddata/sdk-ui-dashboard > DashboardAttributeFilterMovedPayload
DashboardAttributeFilterMovedPayload 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 DashboardAttributeFilterMoved event.
Signature:
export interface DashboardAttributeFilterMovedPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
fromIndex | readonly | number | (BETA) The original position of the filter. |
moved | readonly | IDashboardAttributeFilter | (BETA) Definition of the dashboard attribute filter that was moved. |
toIndex | readonly | number | (BETA) New absolute position of the filter. |