Skip to main content

Interface: WaypointRegionProps

Component props for WaypointRegion.

Hierarchy

  • WaypointComponentProps

    WaypointRegionProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

WaypointComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

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

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Waypoint/WaypointRegion.tsx:11


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

WaypointComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


waypoint

waypoint: Subscribable<null | Waypoint>

A subscribable which provides a waypoint to bind.

Inherited from

WaypointComponentProps.waypoint

Defined in

garminsdk/components/waypoint/WaypointComponent.tsx:8