InvertableSelection
Home > @gooddata/sdk-ui-filters > InvertableSelection
InvertableSelection type
Signature:
export type InvertableSelection<T> = {
keys: T[];
isInverted: boolean;
irrelevantKeys?: T[];
};
Home > @gooddata/sdk-ui-filters > InvertableSelection
Signature:
export type InvertableSelection<T> = {
keys: T[];
isInverted: boolean;
irrelevantKeys?: T[];
};