Skip to main content

Interface: PfdFlightPlanInsetApproachLegPreviewListItemProps

Component props for PfdFlightPlanInsetApproachLegPreviewListItem.

Hierarchy

  • ComponentProps

    PfdFlightPlanInsetApproachLegPreviewListItemProps

Properties

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 list item's root element.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetApproachLegPreviewListItem.tsx:28


data

data: FlightPlanApproachLegPreviewDataItem

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetApproachLegPreviewListItem.tsx:19


facLoader

facLoader: FacilityLoader

The facility loader.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetApproachLegPreviewListItem.tsx:22


facWaypointCache

facWaypointCache: GarminFacilityWaypointCache

A cache used to retrieve waypoints.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInsetApproachLegPreviewListItem.tsx:25


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125