Interface: BaroMinimumDisplayProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:22
Component props for BaroMinimumDisplay.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
dataProvider
dataProvider:
MinimumsDataProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:27
A provider of minimums data.
declutter
declutter:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:33
Whether the display should be decluttered.
minimumsAlertState
minimumsAlertState:
Subscribable
<MinimumsAlertState
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:30
The current minimums alert state.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:24
The UI service.