UNPKG

opendash

Version:

open.DASH data visualization framework

8 lines (7 loc) 272 B
/** * An array with 3 values: * 1. string which identifies the source * 2. string which identifies the item within the source * 3. number which identifies the value dimension of the item */ export type DataItemDimensionIdentifierInterface = [string, string, number];