Skip to main content

Type Alias: TerrainSystemSettingsPageInhibitDef

TerrainSystemSettingsPageInhibitDef = object

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemConfig.ts:20

A definition for an inhibit toggle in the GTC Terrain Settings page.

Properties

inhibitFlags

inhibitFlags: readonly Readonly<{ alerts: readonly string[]; flag: string; onlyToggleWhenTriggered: boolean; }>[]

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

Information describing the inhibit flags controlled by the toggle.


labelText

labelText: string

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

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


priority

priority: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Terrain/TerrainSystemConfig.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.