Skip to main content

Interface: VerticalDeviationIndicatorProps

Component props for VerticalDeviationIndicator.

Hierarchy

  • ComponentProps

    VerticalDeviationIndicatorProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


dataProvider

dataProvider: VdiDataProvider

A data provider for the indicator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/VDI/VerticalDeviationIndicator.tsx:15


declutter

declutter: Subscribable<boolean>

Whether the indicator should be decluttered.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/VDI/VerticalDeviationIndicator.tsx:18


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


supportLimitIndicators

Optional supportLimitIndicators: boolean

Whether the indicator should support vertical deviation limit indicators for LNAV/VNAV glidepaths. Defaults to false.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/VDI/VerticalDeviationIndicator.tsx:24