Skip to main content

Interface: ChartIndex<T>

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

A chart index for an airport.

Type Parameters

Type Parameter
T extends string

Properties

airportIcao

readonly airportIcao: IcaoValue

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

The ICAO of the airport to which this chart index belongs.


charts

readonly charts: readonly ChartIndexCategory<T>[]

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

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