Skip to main content

Interface: GtcWaypointInfoPageInfoProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:16

Component props for GtcWaypointInfoPageInfo.

Extends

  • ComponentProps

Properties

bearing

bearing: Subscribable<NumberUnitInterface<"navangle", NavAngleUnit>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:27

The true bearing from the airplane's current position to the waypoint, or NaN if the bearing cannot be determined.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


city?

optional city: Subscribable<undefined | string>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:18

The city associated with the waypoint. If not defined, the city field will not be displayed.


distance

distance: Subscribable<NumberUnitInterface<Distance, Unit<Distance>>>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:36

The distance from the airplane's current position to the waypoint, or NaN if the distance cannot be determined.


location

location: Subscribable<LatLonInterface>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:24

The location of the waypoint.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


region

region: Subscribable<undefined | string>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:21

The region in which the waypoint is located.


relativeBearing

relativeBearing: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:33

The bearing from the airplane's current position to the waypoint, relative to the airplane's current heading, in degrees, or NaN if the bearing cannot be determined.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:39

A manager for display units user settings.