Interface: UiBearingArrowProps
Component props for UiBearingArrow.
Hierarchy
ComponentProps
↳
UiBearingArrowProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
relativeBearing
• relativeBearing: Subscribable
<number
>
The relative bearing to display, in degrees. If the value is NaN
, the arrow will be hidden.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/BearingArrow/UiBearingArrow.tsx:13