InvertableAttributeElementSelection
Home > @gooddata/sdk-ui-filters > InvertableAttributeElementSelection
InvertableAttributeElementSelection type
Invertable selection with list of the unique attribute elements keys.
Signature:
export type InvertableAttributeElementSelection = InvertableSelection<AttributeElementKey>;
References: InvertableSelection, AttributeElementKey