Skip to main content

Interface: FlightPlanTextFromToArrowProps

The properties for the FlightPlanTextFromToArrow component.

Hierarchy

  • ComponentProps

    FlightPlanTextFromToArrowProps

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


fromIndex

Readonly fromIndex: Subscribable<undefined | number>

The visible index of the from leg in the list.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextFromToArrow.tsx:13


listItemHeightPx

Readonly listItemHeightPx: number

The height of each list item in pixels.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextFromToArrow.tsx:17


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


toIndex

Readonly toIndex: Subscribable<undefined | number>

The visible index of the to leg in the list.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextFromToArrow.tsx:15