Interface: MapScaleBarIndicatorProps
Component props for MapScaleBarIndicator.
Hierarchy
ComponentProps
↳
MapScaleBarIndicatorProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
displayUnit
• displayUnit: Subscribable
<null
| Unit
<Distance
>>
The unit type in which to display the range.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Indicators/MapScaleBarIndicator.tsx:18
projectedRange
• projectedRange: number
| Subscribable
<number
>
The projected scale of the map's nominal range, in pixels.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Indicators/MapScaleBarIndicator.tsx:21
range
• range: Subscribable
<NumberUnitInterface
<Distance
, Unit
<Distance
>>>
The map's nominal range.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Map/Indicators/MapScaleBarIndicator.tsx:15
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125