Skip to main content

Interface: HsiRoseProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiRose.tsx:73

Component props for HsiRose.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


dataProvider

dataProvider: HsiDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiRose.tsx:78

A provider of HSI data.


onPressed()?

optional onPressed: () => void

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiRose.tsx:87

A callback function which will be called every time the rose is pressed.

Returns

void


options

options: Readonly<HsiRoseOptions>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiRose.tsx:90

Options with which to configure the rose.


radiosConfig

radiosConfig: RadiosConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiRose.tsx:84

A configuration object defining options for radios.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


show

show: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiRose.tsx:75

Whether the rose should be visible.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiRose.tsx:81

A manager for display units user settings.