Skip to main content

Interface: WaypointComponentProps

Defined in: src/garminsdk/components/waypoint/WaypointComponent.tsx:6

Component props for WaypointComponent.

Extends

  • ComponentProps

Extended by

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


waypoint

waypoint: Subscribable<null | Waypoint>

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

A subscribable which provides a waypoint to bind.