Skip to main content

Interface: G3XMapRangeSettingDisplayProps

Component props for G3XMapRangeSettingDisplay.

Hierarchy

  • ComponentProps

    G3XMapRangeSettingDisplayProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


class

Optional class: string | SubscribableSet<string>

CSS class(es) to apply to the display's root element.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Common/G3XMapRangeSettingDisplay.tsx:28


displayUnit

displayUnit: null | Unit<Distance> | Subscribable<null | Unit<Distance>>

The displayed unit type.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Common/G3XMapRangeSettingDisplay.tsx:19


rangeArray

rangeArray: Subscribable<readonly NumberUnitInterface<Distance, Unit<Distance>>[]>

The map range array.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Common/G3XMapRangeSettingDisplay.tsx:16


rangeIndex

rangeIndex: number | Subscribable<number>

The index of the displayed range.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Common/G3XMapRangeSettingDisplay.tsx:13


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


useBasicUnitFormat

Optional useBasicUnitFormat: boolean

Whether to use basic unit text formatting instead of G3X-style unit text formatting. Ignored if unitFormatter is defined. Defaults to false.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Common/G3XMapRangeSettingDisplay.tsx:25