Skip to main content

Interface: WaypointInfoProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:40

Component props for WaypointInfo.

Extends

  • ComponentProps

Properties

allowSelection

allowSelection: boolean | Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:96

Whether to allow the user to select the display's waypoint.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


comRadioSpacingDataProvider

comRadioSpacingDataProvider: ComRadioSpacingDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:60

A provider of COM radio spacing mode data.


containerRef

containerRef: NodeReference<HTMLElement>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:45

A reference to the root element of the container of the display's parent UI view.


dateTimeSettingManager

dateTimeSettingManager: UserSettingManager<DateTimeUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:75

A manager for date/time user settings.


displaySettingManager

displaySettingManager: UserSettingManager<DisplayUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:72

A manager for display user settings.


facLoader

facLoader: FacilityLoader

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:51

The facility loader.


fplSourceDataProvider

fplSourceDataProvider: G3XFplSourceDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:57

A provider of flight plan source data.


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:69

A manager for GDU user settings.


mapBingId

mapBingId: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:63

The ID to assign to the Bing instance bound to the display's map.


mapConfig

mapConfig: MapConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:84

A configuration object defining options for the map.


mapSettingManager

mapSettingManager: UserSettingManager<Partial<G3XMapUserSettingTypes>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:78

A manager for map user settings.


posHeadingDataProvider

posHeadingDataProvider: PositionHeadingDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:54

A provider of airplane position and heading data.


radiosConfig

radiosConfig: RadiosConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:87

A configuration object defining options for radios.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


runwayTabMapBingId

runwayTabMapBingId: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:66

The ID to assign to the Bing instance bound to the display's airport runway tab map.


selectedWaypoint?

optional selectedWaypoint: MutableSubscribable<null | FacilityWaypoint<Facility>, null | FacilityWaypoint<Facility>>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:93

A mutable subscribable to which to bind the display's selected waypoint. If not defined, then the display's selected waypoint will be initialized to null.


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:42

The UI service instance.


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:81

A manager for display units user settings.


validKnobIds

validKnobIds: Iterable<UiKnobId>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfo.tsx:48

The IDs of the valid bezel rotary knobs that can be used to control the display.