Skip to main content

Class: CASConfig

A configuration object which defines PFD CAS options.

Implements

  • Config

Constructors

constructor

new CASConfig(element, pfdLayoutConfig): CASConfig

Creates a new CASConfig from a configuration document element.

Parameters

NameTypeDescription
elementundefined | ElementA configuration document element.
pfdLayoutConfigPfdLayoutConfigThe PFD layout configuration object.

Returns

CASConfig

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/CAS/CASConfig.ts:22

Properties

alertCountFullScreen

Readonly alertCountFullScreen: number

The maximum number of CAS messages to display when the PFD is in full mode.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/CAS/CASConfig.ts:12


alertCountSplitScreen

Readonly alertCountSplitScreen: number

The maximum number of CAS messages to display when the PFD is in split mode.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/CAS/CASConfig.ts:15


casEnabled

Readonly casEnabled: boolean

Whether to render the PFD CAS display.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/CAS/CASConfig.ts:9