Skip to main content

Interface: FlightPlanTextRowProps

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

The properties for the FlightPlanTextRow component.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

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

An instance of the event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


data

data: Subscribable<undefined | FlightPlanTextData>

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

The flight plan text data.


dateTimeSettingManager

dateTimeSettingManager: UserSettingManager<DateTimeUserSettingTypes>

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

The date time user settings.


index

index: number

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

The row index.


mapInsetTextCumulativeSetting

mapInsetTextCumulativeSetting: Subscribable<boolean>

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

Whether to use cumulative distance or not.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


selectedRow

selectedRow: Subscribable<undefined | FlightPlanTextRowData>

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

The selected row.


store

store: FlightPlanStore

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

The flight plan store.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

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

The units settings manager.