Class: WptInfoController
Wpt info controller
Constructors
constructor
• new WptInfoController(store
, selectedWaypoint
): WptInfoController
Creates an instance of wpt info controller.
Parameters
Name | Type | Description |
---|---|---|
store | WptInfoStore | The store. |
selectedWaypoint | Subject <null | Waypoint > | The subject which provides the waypoint info component's selected waypoint. |
Returns
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/WptInfo/WptInfoController.ts:27
Properties
matchedWaypointsChangedHandler
• Readonly
matchedWaypointsChangedHandler: (waypoints
: readonly FacilityWaypoint
<Facility
>[]) => void
A function which handles changes in waypoint input's matched waypoints.
Param
The matched waypoints.
Type declaration
▸ (waypoints
): void
A function which handles changes in waypoint input's matched waypoints.
Parameters
Name | Type | Description |
---|---|---|
waypoints | readonly FacilityWaypoint <Facility >[] | The matched waypoints. |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/WptInfo/WptInfoController.ts:13
selectedWaypointChangedHandler
• Readonly
selectedWaypointChangedHandler: (waypoint
: null
| Waypoint
) => void
A function which handles changes in waypoint input's selected waypoint.
Param
The selected waypoint.
Type declaration
▸ (waypoint
): void
A function which handles changes in waypoint input's selected waypoint.
Parameters
Name | Type | Description |
---|---|---|
waypoint | null | Waypoint | The selected waypoint. |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/WptInfo/WptInfoController.ts:19