Skip to main content

Interface: HsiUpperDeviationIndicatorProps

Component props for HsiUpperDeviationIndicator.

Hierarchy

  • ComponentProps

    HsiUpperDeviationIndicatorProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


dataProvider

dataProvider: HsiDataProvider

A provider of HSI data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiUpperDeviationIndicator.tsx:20


dotSize

dotSize: number

The size (diameter) of each scale dot, in pixels.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiUpperDeviationIndicator.tsx:26


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


show

show: Subscribable<boolean>

Whether to show the indicator.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiUpperDeviationIndicator.tsx:17


size

size: Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>

The size of the indicator, as [width, height] in pixels.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiUpperDeviationIndicator.tsx:23