Interface: WaypointInfoInfoProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:38
Component props for WaypointInfoInfo.
Extends
ComponentProps
Properties
allowKnobZoom
allowKnobZoom:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:55
Whether the inner bezel rotary knobs are allowed to control the zoom of the component's map.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
contentMode
contentMode:
Subscribable
<WaypointInfoContentMode
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:49
The content mode associated with the waypoint for which to display information.
displaySettingManager
displaySettingManager:
UserSettingManager
<DisplayUserSettingTypes
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:67
A manager for display user settings.
fplSourceDataProvider
fplSourceDataProvider:
G3XFplSourceDataProvider
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:58
A provider of flight plan source data.
gduSettingManager
gduSettingManager:
UserSettingManager
<GduUserSettingTypes
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:64
A manager for GDU user settings.
mapBingId
mapBingId:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:61
The ID to assign to the Bing instance bound to the component's map.
mapConfig
mapConfig:
MapConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:76
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/WaypointInfoInfo.tsx:70
A manager for map user settings.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
showTitle
showTitle:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:52
Whether to show the component's title.
uiService
uiService:
UiService
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:40
The UI service instance.
unitsSettingManager
unitsSettingManager:
UnitsUserSettingManager
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:73
A manager for display units user settings.
validKnobIds
validKnobIds:
Iterable
<UiKnobId
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:43
The IDs of the valid bezel rotary knobs that can be used to control the display.
waypointInfoStore
waypointInfoStore:
WaypointInfoStore
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/WaypointInfo/WaypointInfoInfo.tsx:46
A store containing information about the waypoint for which to display information.