Interface: MapRangeSettingDisplayProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Common/MapRangeSettingDisplay.tsx:7
Component props for MapRangeSettingDisplay.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optional
class:string
|SubscribableSet
<string
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Common/MapRangeSettingDisplay.tsx:18
CSS class(es) to apply to the display's root element.
displayUnit
displayUnit:
Subscribable
<null
|Unit
<Distance
>>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Common/MapRangeSettingDisplay.tsx:15
The displayed unit type.
rangeArray
rangeArray:
Subscribable
<readonlyNumberUnitInterface
<Distance
,Unit
<Distance
>>[]>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Common/MapRangeSettingDisplay.tsx:12
The map range array.
rangeIndex
rangeIndex:
number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/Common/MapRangeSettingDisplay.tsx:9
The index of the displayed range.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref