Skip to main content

Interface: MapScaleBarIndicatorProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Indicators/MapScaleBarIndicator.tsx:13

Component props for MapScaleBarIndicator.

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


displayUnit

displayUnit: Subscribable<null | Unit<Distance>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Indicators/MapScaleBarIndicator.tsx:18

The unit type in which to display the range.


projectedRange

projectedRange: number | Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Indicators/MapScaleBarIndicator.tsx:21

The projected scale of the map's nominal range, in pixels.


range

range: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Map/Indicators/MapScaleBarIndicator.tsx:15

The map's nominal range.


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref