Skip to main content

Interface: WaypointComponentProps

Component props for WaypointComponent.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


waypoint

waypoint: Subscribable<null | Waypoint>

A subscribable which provides a waypoint to bind.

Defined in

src/garminsdk/components/waypoint/WaypointComponent.tsx:8