Skip to main content

Type Alias: SimChartIndexCategory<T>

SimChartIndexCategory<T> = ChartIndexCategory<T> & object

Defined in: src/sdk/charts/SimChartTypes.ts:14

A category in a chart index provided by the simulator.

Type Declaration

charts

readonly charts: readonly SimChartMetadata<T>[]

The charts present in the category.

Type Parameters

Type Parameter
T extends string