ChangeAttributeFilterSelectionPayload
Home > @gooddata/sdk-ui-dashboard > ChangeAttributeFilterSelectionPayload
ChangeAttributeFilterSelectionPayload interface
Payload type for ChangeAttributeFilterSelection command.
Signature:
export interface ChangeAttributeFilterSelectionPayload
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
elements | readonly | IAttributeElements | Selected attribute elements. |
filterLocalId | readonly | string | Dashboard attribute filter's local identifier. |
selectionType | readonly | AttributeFilterSelectionType | Selection type. Either 'IN' for positive selection or 'NOT_IN' for negative selection (All except selected items). |