Class: WaypointAlerter
Handles display bindings for the waypoint alert flashing functionality on the WT21.
Constructors
constructor
• new WaypointAlerter(bus
): WaypointAlerter
Creates an instance of the WaypointAlerter.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The instance of the event bus to use. |
Returns
Defined in
workingtitle-instruments-wt21/shared/LowerSection/WaypointAlerter.ts:35
Accessors
isDisplayed
• get
isDisplayed(): Subscribable
<boolean
>
Whether or not the current flashable display elements should be displayed or not.
Returns
Subscribable
<boolean
>
A subject to subscribe to the current display state.
Defined in
workingtitle-instruments-wt21/shared/LowerSection/WaypointAlerter.ts:27