Skip to main content

Interface: WaypointInfoInfoProps

Component props for WaypointInfoInfo.

Hierarchy

  • ComponentProps

    WaypointInfoInfoProps

Properties

allowKnobZoom

allowKnobZoom: Subscribable<boolean>

Whether the inner bezel rotary knobs are allowed to control the zoom of the component's map.

Defined in

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


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


contentMode

contentMode: Subscribable<WaypointInfoContentMode>

The content mode associated with the waypoint for which to display information.

Defined in

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


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/WaypointInfoInfo.tsx:67


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/WaypointInfoInfo.tsx:58


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/WaypointInfoInfo.tsx:64


mapBingId

mapBingId: string

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

Defined in

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


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/WaypointInfoInfo.tsx:76


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/WaypointInfoInfo.tsx:70


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


showTitle

showTitle: Subscribable<boolean>

Whether to show the component's title.

Defined in

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


uiService

uiService: UiService

The UI service instance.

Defined in

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


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager<UnitsUserSettingTypes>

A manager for display units user settings.

Defined in

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


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/WaypointInfoInfo.tsx:43


waypointInfoStore

waypointInfoStore: WaypointInfoStore

A store containing information about the waypoint for which to display information.

Defined in

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