Interface: TimeInfoProps
Component props for TimeInfo.
Hierarchy
ComponentProps
↳
TimeInfoProps
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: TimeInfoDataProvider
A data provider for the display.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/TimeInfo/TimeInfo.tsx:18
dateTimeSettingManager
• dateTimeSettingManager: UserSettingManager
<DateTimeUserSettingTypes
>
A manager for date/time user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/TimeInfo/TimeInfo.tsx:21
declutter
• declutter: Subscribable
<boolean
>
Whether the display should be decluttered.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BottomInfoPanel/TimeInfo/TimeInfo.tsx:24
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125