SortEntityIds
Home > @gooddata/sdk-model > SortEntityIds
SortEntityIds type
Categorized collection of entity (object) identifiers referenced by a sort item.
Signature:
export type SortEntityIds = {
allIdentifiers: Identifier[];
attributeIdentifiers: Identifier[];
measureIdentifiers: Identifier[];
};
References: Identifier