Interface: MapRangeSettingDisplayProps
Component props for MapRangeSettingDisplay.
Hierarchy
ComponentProps
↳
MapRangeSettingDisplayProps
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-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Common/MapRangeSettingDisplay.tsx:18
displayUnit
• displayUnit: Subscribable
<null
| Unit
<Distance
>>
The displayed unit type.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Common/MapRangeSettingDisplay.tsx:15
rangeArray
• rangeArray: Subscribable
<readonly NumberUnitInterface
<Distance
, Unit
<Distance
>>[]>
The map range array.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Common/MapRangeSettingDisplay.tsx:12
rangeIndex
• rangeIndex: number
| Subscribable
<number
>
The index of the displayed range.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/Common/MapRangeSettingDisplay.tsx:9
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125