DataSliceHeaders
Home > @gooddata/sdk-ui > DataSliceHeaders
DataSliceHeaders type
Data slice name is specified using the result headers.
Signature:
export type DataSliceHeaders = {
readonly headers: Array<IResultAttributeHeader | IResultTotalHeader>;
readonly isTotal?: boolean;
};
References: IResultAttributeHeader, IResultTotalHeader
Remarks
The headers describe attribute elements (title+ID) for the slice. The slice MAY be for a total calculation, in which case the last header will be for the total.