Skip to main content

Type Alias: TerrainSystemModuleInhibitFlagDef

TerrainSystemModuleInhibitFlagDef = object

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemModuleConfig.ts:11

A definition for an inhibit flag used by a terrain alerting system module.

Properties

alerts

alerts: readonly string[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemModuleConfig.ts:13

The alerts associated with the inhibit flag.


inhibitFlag

inhibitFlag: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemModuleConfig.ts:16

The inhibit flag.


onlyToggleWhenTriggered

onlyToggleWhenTriggered: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemModuleConfig.ts:31

Whether the inhibit is only allowed to be toggled when the inhibit flag's associated alert(s) is (are) triggered.


settingsPageLabelText

settingsPageLabelText: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemModuleConfig.ts:22

The displayed label text for the inhibit's toggle button in the GTC Terrain Settings page.


settingsPagePriority

settingsPagePriority: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemModuleConfig.ts:28

The priority to use when determining the order in which the inhibit's toggle button should be placed in the GTC Terrain Settings page. Buttons for higher priority inhibits are placed before buttons for lower priority inhibits.


settingsPageUid

settingsPageUid: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemModuleConfig.ts:19

The unique ID of the GTC Terrain Settings page inhibit toggle that controls the inhibit flag.