Skip to main content

Interface: LatLonDisplayProps

Defined in: src/sdk/components/common/LatLonDisplay.tsx:12

Component props for WaypointComponent.

Extends

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/sdk/components/common/LatLonDisplay.tsx:17

CSS class(es) to add to the root of the icon component.


location

location: Subscribable<GeoPointInterface>

Defined in: src/sdk/components/common/LatLonDisplay.tsx:14

A subscribable which provides a location to bind.


minFracDigits?

optional minFracDigits: number

Defined in: src/sdk/components/common/LatLonDisplay.tsx:20

The number of fractional digits to display for minutes. Optional, defaults to 2.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref