Skip to main content

Interface: HsiCompassProps

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

Component props for HsiCompass.

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


labelOffset

labelOffset: number

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

The offset, in pixels, of the compass labels from the edge of the compass.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


rotation

rotation: Subscribable<number>

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

The rotation of the compass, in degrees.


size

size: number

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

The size of the compass, in pixels.


tickLengthLarge

tickLengthLarge: number

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

The length of the large compass ticks, in pixels.


tickLengthMedium

tickLengthMedium: number

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

The length of the medium compass ticks, in pixels.


tickLengthSmall

tickLengthSmall: number

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

The length of the small compass ticks, in pixels.