Interface: BaroMinimumDisplayProps
Component props for BaroMinimumDisplay.
Hierarchy
ComponentProps
↳
BaroMinimumDisplayProps
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: MinimumsDataProvider
A provider of minimums data.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:27
declutter
• declutter: Subscribable
<boolean
>
Whether the display should be decluttered.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:33
minimumsAlertState
• minimumsAlertState: Subscribable
<MinimumsAlertState
>
The current minimums alert state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:30
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
uiService
• uiService: UiService
The UI service.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:24