Interface: HsiCompassProps
Component props for HsiCompass.
Hierarchy
ComponentProps
↳
HsiCompassProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
labelOffset
• labelOffset: number
The offset, in pixels, of the compass labels from the edge of the compass.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCompass.tsx:16
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
rotation
• rotation: Subscribable
<number
>
The rotation of the compass, in degrees.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCompass.tsx:28
size
• size: number
The size of the compass, in pixels.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCompass.tsx:13
tickLengthLarge
• tickLengthLarge: number
The length of the large compass ticks, in pixels.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCompass.tsx:25
tickLengthMedium
• tickLengthMedium: number
The length of the medium compass ticks, in pixels.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCompass.tsx:22
tickLengthSmall
• tickLengthSmall: number
The length of the small compass ticks, in pixels.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCompass.tsx:19