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