Skip to main content

Class: CASConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:7

A configuration object which defines PFD CAS options.

Implements

Constructors

Constructor

new CASConfig(element, pfdLayoutConfig): CASConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:28

Creates a new CASConfig from a configuration document element.

Parameters

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

Returns

CASConfig

Properties

alertCountFullScreen

readonly alertCountFullScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:12

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


alertCountSplitScreen

readonly alertCountSplitScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:15

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


casEnabled

readonly casEnabled: boolean

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:9

Whether to render the PFD CAS display.


unscrollableAlertCountFullScreen

readonly unscrollableAlertCountFullScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:18

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


unscrollableAlertCountSplitScreen

readonly unscrollableAlertCountSplitScreen: number

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/CAS/CASConfig.ts:21

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