Skip to main content

Interface: WaypointRegionProps

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

Component props for WaypointRegion.

Extends

  • WaypointComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

WaypointComponentProps.children


class?

optional class: string

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

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


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

WaypointComponentProps.ref


waypoint

waypoint: Subscribable<null | Waypoint>

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

A subscribable which provides a waypoint to bind.

Inherited from

WaypointComponentProps.waypoint