Skip to main content

Type Alias: G3XEnginePageGaugesDefinition

G3XEnginePageGaugesDefinition = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XEnginePageDefinition.ts:18

A definition describing a set of gauges to render within the MFD engine page.

Properties

fullscreenGaugeConfig?

optional fullscreenGaugeConfig: G3XGaugeSpec[]

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XEnginePageDefinition.ts:23

The gauges config for the page in fullscreen mode.


gaugeConfig?

optional gaugeConfig: G3XGaugeSpec[]

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XEnginePageDefinition.ts:20

The gauges config for the page.


splitscreenGaugeConfig?

optional splitscreenGaugeConfig: G3XGaugeSpec[]

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/G3XGaugesConfigFactory/Definitions/G3XEnginePageDefinition.ts:26

The gauges config for the page in splitscreen mode.