DataSliceDescriptor
Home > @gooddata/sdk-ui > DataSliceDescriptor
DataSliceDescriptor type
Full descriptive information of a data slice includes all attribute element and total headers for the slice and next to them descriptors of attribute objects whose elements figure in the headers.
Signature:
export type DataSliceDescriptor = DataSliceHeaders & DataSliceDescriptorMethods & {
readonly id: DataSliceId;
readonly descriptors: IAttributeDescriptor[];
readonly definitions: IAttribute[];
};
References: DataSliceHeaders, DataSliceDescriptorMethods, DataSliceId, IAttributeDescriptor, IAttribute