Skip to main content

Type Alias: SimChartIndex<T>

SimChartIndex<T> = ChartIndex<T> & object

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

A chart index for an airport provided by the simulator.

Type Declaration

charts

readonly charts: readonly SimChartIndexCategory<T>[]

A list of chart categories with an array of charts of that category.

Type Parameters

Type Parameter
T extends string