Skip to main content

Interface: FlightPlanTextRowProps

The properties for the FlightPlanTextRow component.

Hierarchy

  • ComponentProps

    FlightPlanTextRowProps

Properties

bus

bus: EventBus

An instance of the event bus.

Defined in

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


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


data

data: Subscribable<undefined | FlightPlanTextData>

The flight plan text data.

Defined in

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


dateTimeSettingManager

dateTimeSettingManager: UserSettingManager<DateTimeUserSettingTypes>

The date time user settings.

Defined in

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


index

index: number

The row index.

Defined in

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


mapInsetTextCumulativeSetting

mapInsetTextCumulativeSetting: Subscribable<boolean>

Whether to use cumulative distance or not.

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


selectedRow

selectedRow: Subscribable<undefined | FlightPlanTextRowData>

The selected row.

Defined in

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


store

store: FlightPlanStore

The flight plan store.

Defined in

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


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager<UnitsUserSettingTypes>

The units settings manager.

Defined in

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