Skip to main content

Interface: GtcWaypointInfoPageInfoProps

Component props for GtcWaypointInfoPageInfo.

Hierarchy

  • ComponentProps

    GtcWaypointInfoPageInfoProps

Properties

bearing

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

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

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:27


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


city

Optional city: Subscribable<undefined | string>

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

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:18


distance

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

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

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:36


location

location: Subscribable<LatLonInterface>

The location of the waypoint.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:24


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


region

region: Subscribable<undefined | string>

The region in which the waypoint is located.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:21


relativeBearing

relativeBearing: Subscribable<number>

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.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:33


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager<UnitsUserSettingTypes>

A manager for display units user settings.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/WaypointInfoPages/GtcWaypointInfoPageInfo.tsx:39