Interface: UiWaypointDisplayProps
Component props for UiWaypointDisplay.
Hierarchy
ComponentProps
↳
UiWaypointDisplayProps
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/Shared/Components/Waypoint/UiWaypointDisplay.tsx:28
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/Shared/Components/Waypoint/UiWaypointDisplay.tsx:25
nullIdent
• Optional
nullIdent: string
| Subscribable
<string
>
The string to display in place of the ident when the displayed waypoint is null
. Defaults to the empty string.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Waypoint/UiWaypointDisplay.tsx:19
nullName
• Optional
nullName: string
| Subscribable
<string
>
The string to display in place of the name when the displayed waypoint is null
. Defaults to the empty string.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Waypoint/UiWaypointDisplay.tsx:22
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
waypoint
• waypoint: null
| FacilityWaypoint
<Facility
> | Subscribable
<null
| FacilityWaypoint
<Facility
>>
The waypoint to display.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/Waypoint/UiWaypointDisplay.tsx:16