Interface: UiNearestWaypointDisplayProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:21
Component props for UiNearestWaypointDisplay.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optional
class:string
|ToggleableClassNameRecord
|SubscribableSet
<string
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:44
The CSS class(es) to apply to the component's root element.
hideRightInfo?
optional
hideRightInfo:boolean
|Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:32
Whether to the hide the information displayed on the right side of the display. Defaults to false
.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
runwaySurfaceFilter?
optional
runwaySurfaceFilter:number
|Subscribable
<number
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:38
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
).
showCity?
optional
showCity:boolean
|Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:29
Whether to display city information for applicable waypoints (airports, VORs, NDBs) instead of their names.
Defaults to false
.
unitsSettingManager
unitsSettingManager:
G3XUnitsUserSettingManager
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:41
A manager for display unit settings.
waypointInfoStore
waypointInfoStore:
WaypointInfoStore
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Components/Nearest/UiNearestWaypointDisplay.tsx:23
An information store for the waypoint to display.