Interface: VerticalDeviationIndicatorProps
Component props for VerticalDeviationIndicator.
Hierarchy
ComponentProps
↳
VerticalDeviationIndicatorProps
Properties
bus
• bus: EventBus
An instance of the event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VDI/VerticalDeviationIndicator.tsx:15
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-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VDI/VerticalDeviationIndicator.tsx:18
declutter
• declutter: Subscribable
<boolean
>
Whether the indicator should be decluttered.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VDI/VerticalDeviationIndicator.tsx:21
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-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/VDI/VerticalDeviationIndicator.tsx:27