Skip to main content

Interface: PfdFlightPlanInsetLegListItemProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetLegListItem.tsx:22

Component props for PfdFlightPlanInsetLegListItem.

Extends

  • ComponentProps

Properties

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/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetLegListItem.tsx:36

The CSS class(es) to apply to the list item's root element.


data

data: FlightPlanLegDataItem

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetLegListItem.tsx:24

Data pertaining to the list item's flight plan leg.


facLoader

facLoader: FacilityLoader

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetLegListItem.tsx:27

The facility loader.


facWaypointCache

facWaypointCache: GarminFacilityWaypointCache

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetLegListItem.tsx:30

A cache used to retrieve waypoints.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetLegListItem.tsx:33

A manager for display unit settings.