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