Interface: UiFlightPlanLegDisplayProps
Component props for UiFlightPlanLegDisplay.
Hierarchy
ComponentProps
↳
UiFlightPlanLegDisplayProps
Properties
approachData
• Optional
approachData: Readonly
<G3XFmsFplLoadedApproachData
>
Data describing the approach procedure associated with the displayed flight plan leg, or undefined
if the leg
is not associated with an approach.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:32
centerIconVertically
• Optional
centerIconVertically: boolean
Whether to center the waypoint icon vertically within the display instead of aligning it with the top row text.
Defaults to false
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:44
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
| ToggleableClassNameRecord
| SubscribableSet
<string
>
The CSS class(es) to apply to the component's root element.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:53
facLoader
• facLoader: FacilityLoader
The facility loader.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:35
facWaypointCache
• facWaypointCache: GarminFacilityWaypointCache
A cache used to retrieve waypoints.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:38
fixIcao
• fixIcao: string
The ICAO of the waypoint fix associated with the displayed flight plan leg, or the empty string if no such waypoint fix exists.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:26
leg
• leg: FlightPlanLeg
The flight plan leg to display.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:20
nullIdent
• Optional
nullIdent: string
| Subscribable
<string
>
The string to display in place of the ident when the displayed waypoint is null
. Defaults to the empty string.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:47
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
useShortSpecialLegIdent
• Optional
useShortSpecialLegIdent: boolean
Whether to display shortened versions of special leg identifiers. Defaults to false
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/FlightPlan/UiFlightPlanLegDisplay.tsx:50