Skip to main content

Interface: PfdFlightPlanInsetApproachLegPreviewListItemProps

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

Component props for PfdFlightPlanInsetApproachLegPreviewListItem.

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/PfdFlightPlanInsetApproachLegPreviewListItem.tsx:28

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


data

data: FlightPlanApproachLegPreviewDataItem

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

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/PfdFlightPlanInsetApproachLegPreviewListItem.tsx:22

The facility loader.


facWaypointCache

facWaypointCache: GarminFacilityWaypointCache

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

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