Skip to main content

Interface: WaypointInfoProps

Component props for WaypointInfo.

Hierarchy

  • ComponentProps

    WaypointInfoProps

Properties

allowSelection

allowSelection: boolean | Subscribable<boolean>

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:96


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


comRadioSpacingDataProvider

comRadioSpacingDataProvider: ComRadioSpacingDataProvider

A provider of COM radio spacing mode data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:60


containerRef

containerRef: NodeReference<HTMLElement>

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:45


dateTimeSettingManager

dateTimeSettingManager: UserSettingManager<DateTimeUserSettingTypes>

A manager for date/time user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:75


displaySettingManager

displaySettingManager: UserSettingManager<DisplayUserSettingTypes>

A manager for display user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:72


facLoader

facLoader: FacilityLoader

The facility loader.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:51


fplSourceDataProvider

fplSourceDataProvider: G3XFplSourceDataProvider

A provider of flight plan source data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:57


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

A manager for GDU user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:69


mapBingId

mapBingId: string

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:63


mapConfig

mapConfig: MapConfig

A configuration object defining options for the map.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:84


mapSettingManager

mapSettingManager: UserSettingManager<Partial<G3XMapUserSettingTypes>>

A manager for map user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:78


posHeadingDataProvider

posHeadingDataProvider: PositionHeadingDataProvider

A provider of airplane position and heading data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:54


radiosConfig

radiosConfig: RadiosConfig

A configuration object defining options for radios.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:87


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


runwayTabMapBingId

runwayTabMapBingId: string

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:66


selectedWaypoint

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

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.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:93


uiService

uiService: UiService

The UI service instance.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:42


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

A manager for display units user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:81


validKnobIds

validKnobIds: Iterable<UiKnobId>

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/WaypointInfo/WaypointInfo.tsx:48