Skip to main content

Interface: FlightPlanTextFromToArrowProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextFromToArrow.tsx:11

The properties for the FlightPlanTextFromToArrow component.

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


fromIndex

readonly fromIndex: Subscribable<undefined | number>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextFromToArrow.tsx:13

The visible index of the from leg in the list.


listItemHeightPx

readonly listItemHeightPx: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextFromToArrow.tsx:17

The height of each list item in pixels.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


toIndex

readonly toIndex: Subscribable<undefined | number>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/FlightPlanTextInset/FlightPlanTextFromToArrow.tsx:15

The visible index of the to leg in the list.