Skip to main content

Interface: TurnRateProps

Props for the CompassRose component.

Hierarchy

  • ComponentProps

    TurnRateProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


hsiMap

hsiMap: boolean

Whether this turn rate indicator is for the HSI Map or not.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/PFD/Components/HSI/TurnRateIndicator.tsx:11


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125