Skip to main content

Interface: GtcAvionicsSettingsPageProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPage.tsx:26

Component props for GtcAvionicsSettingsPage.

Extends

Properties

auralAlertsConfig

auralAlertsConfig: AuralAlertsConfig

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPage.tsx:31

An aural alerts configuration object.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

GtcViewProps.children


controlMode

controlMode: GtcControlMode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:17

The GTC control mode to which the view belongs.

Inherited from

GtcViewProps.controlMode


displayPaneIndex?

optional displayPaneIndex: ControllableDisplayPaneIndex

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:26

The index of the display pane associated with the view, or undefined if the view is not associated with any display pane.

Inherited from

GtcViewProps.displayPaneIndex


espConfig?

optional espConfig: EspConfig

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPage.tsx:40

An ESP configuration object. If not defined, then the page will not support user configuration of ESP settings.


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14

The GtcService instance.

Inherited from

GtcViewProps.gtcService


horizonDirectorCueOption

horizonDirectorCueOption: HorizonDirectorCueOption

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPage.tsx:28

PFD horizon display flight director cue style support.


isInOverlayStack?

optional isInOverlayStack: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:20

Whether the view belongs to its GTC control mode's overlay view stack.

Inherited from

GtcViewProps.isInOverlayStack


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

GtcViewProps.ref


touchdownCalloutsConfig?

optional touchdownCalloutsConfig: TouchdownCalloutsConfig

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/AvionicsSettingsPage/GtcAvionicsSettingsPage.tsx:37

A touchdown callouts configuration object. If not defined, then the page will not support user configuration of touchdown callout alerts.