Interface: G3XVerticalSpeedIndicatorProps
Component props for G3XVerticalSpeedIndicator.
Hierarchy
ComponentProps
↳
G3XVerticalSpeedIndicatorProps
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: VsiDataProvider
A data provider for the indicator.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/VerticalSpeedIndicator/G3XVerticalSpeedIndicator.tsx:18
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/VerticalSpeedIndicator/G3XVerticalSpeedIndicator.tsx:24
isAdvancedVnav
• isAdvancedVnav: boolean
Whether advanced vnav is enabled or not.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/VerticalSpeedIndicator/G3XVerticalSpeedIndicator.tsx:30
isCompact
• isCompact: boolean
| Subscribable
<boolean
>
Whether the compact version of the indicator should be shown.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/VerticalSpeedIndicator/G3XVerticalSpeedIndicator.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
scaleMaximum
• scaleMaximum: G3XVsiScaleMaximum
The maximum scale limit of the indicator, in feet per minute.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/VerticalSpeedIndicator/G3XVerticalSpeedIndicator.tsx:27