Skip to main content

Interface: TimeInfoProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/TimeInfo/TimeInfo.tsx:16

Component props for TimeInfo.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


dataProvider

dataProvider: TimeInfoDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/TimeInfo/TimeInfo.tsx:18

A data provider for the display.


dateTimeSettingManager

dateTimeSettingManager: UserSettingManager<DateTimeUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/TimeInfo/TimeInfo.tsx:21

A manager for date/time user settings.


declutter

declutter: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/TimeInfo/TimeInfo.tsx:24

Whether the display should be decluttered.


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref