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
Name | Type | Description |
---|---|---|
element | undefined | Element | A configuration document element. |
pfdLayoutConfig | PfdLayoutConfig | The PFD layout configuration object. |
Returns
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