Interface: UiNearestWaypointDisplayProps
Component props for UiNearestWaypointDisplay.
Hierarchy
ComponentProps
↳
UiNearestWaypointDisplayProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
class
• Optional
class: string
| ToggleableClassNameRecord
| SubscribableSet
<string
>
The CSS class(es) to apply to the component's root element.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:44
hideRightInfo
• Optional
hideRightInfo: boolean
| Subscribable
<boolean
>
Whether to the hide the information displayed on the right side of the display. Defaults to false
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:32
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
runwaySurfaceFilter
• Optional
runwaySurfaceFilter: number
| Subscribable
<number
>
Bit flags to use for filtering runways based on surface category when displaying longest runway information for
airports. Defaults to all flags set to 1
(true
).
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:38
showCity
• Optional
showCity: boolean
| Subscribable
<boolean
>
Whether to display city information for applicable waypoints (airports, VORs, NDBs) instead of their names.
Defaults to false
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:29
unitsSettingManager
• unitsSettingManager: G3XUnitsUserSettingManager
A manager for display unit settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:41
waypointInfoStore
• waypointInfoStore: WaypointInfoStore
An information store for the waypoint to display.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:23