Skip to main content

Interface: ChartIndexCategory<T>

Defined in: src/sdk/charts/ChartTypes.ts:19

A category in a chart index.

Type Parameters

Type Parameter
T extends string

Properties

charts

readonly charts: readonly ChartMetadata<T>[]

Defined in: src/sdk/charts/ChartTypes.ts:24

The charts present in the category.


name

readonly name: T

Defined in: src/sdk/charts/ChartTypes.ts:21

The name of the category.