Type Alias: TouchdownCalloutOptions
TouchdownCalloutOptions =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TouchdownCalloutsConfig.ts:12
Options for a single touchdown callout.
Properties
altitude
altitude:
GarminTawsVoiceCalloutAltitude
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TouchdownCalloutsConfig.ts:14
The callout's altitude, in feet.
enabled
enabled:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TouchdownCalloutsConfig.ts:17
Whether the callout is enabled by default.
userConfigurable
userConfigurable:
boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TouchdownCalloutsConfig.ts:20
Whether the callout can be enabled and disabled by the user.