isSelectionInvalid
Home > @gooddata/sdk-ui-dashboard > ChangeAttributeFilterSelectionPayload > isSelectionInvalid
ChangeAttributeFilterSelectionPayload.isSelectionInvalid property
Indicates if the current filter selection is invalid. When true, the filter's localId should be added to filtersWithInvalidSelection array in state. When false, the filter's localId should be removed from filtersWithInvalidSelection array.
Signature:
readonly isSelectionInvalid?: boolean;