Skip to main content
A newer version of this page is available. .

AxisValuesDictionary Type

Lists values that specify the unique dimension values.

Declaration

export type AxisValuesDictionary = {
    [axisName: string]: Array<PrimitiveType>;
}

Members

Type
[axisName: string]: Array<PrimitiveType>