Interface: StatusBarProps
Component props for StatusBar.
Hierarchy
ComponentProps
↳
StatusBarProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
dateTimeSettingManager
• dateTimeSettingManager: UserSettingManager
<DateTimeUserSettingTypes
>
A manager for date/time user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/StatusBar/StatusBar.tsx:28
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
temperatureDataProvider
• temperatureDataProvider: TemperatureInfoDataProvider
A temperature data provider for the status bar.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/StatusBar/StatusBar.tsx:25
uiService
• uiService: UiService
The UI service instance.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/StatusBar/StatusBar.tsx:22
unitsSettingManager
• unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
A manager for display units user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/StatusBar/StatusBar.tsx:31