Interface: BaroMinimumDisplayProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:22
Component props for BaroMinimumDisplay.
Extends
Properties
children?
optionalchildren:DisplayChildren[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
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?
optionalref:NodeReference<any>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BaroMinimumDisplay/BaroMinimumDisplay.tsx:24
The UI service.