Interface: HsiRoseProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiRose.tsx:21
Component props for HsiRose.
Extends
ComponentProps
Properties
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiRose.tsx:23
An instance of the event bus.
children?
optionalchildren:DisplayChildren[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
dataProvider
dataProvider:
HsiDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiRose.tsx:26
A provider of HSI data.
ref?
optionalref:NodeReference<any>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
show
show:
Subscribable<boolean>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiRose.tsx:32
Whther the rose should be visible.
unitsSettingManager
unitsSettingManager:
UnitsUserSettingManager
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiRose.tsx:29
A manager for display units user settings.