Skip to main content

Class: WaypointAlerter

Defined in: workingtitle-instruments-wt21/shared/LowerSection/WaypointAlerter.ts:9

Handles display bindings for the waypoint alert flashing functionality on the WT21.

Constructors

Constructor

new WaypointAlerter(bus): WaypointAlerter

Defined in: workingtitle-instruments-wt21/shared/LowerSection/WaypointAlerter.ts:35

Creates an instance of the WaypointAlerter.

Parameters

ParameterTypeDescription
busEventBusThe instance of the event bus to use.

Returns

WaypointAlerter

Accessors

isDisplayed

Get Signature

get isDisplayed(): Subscribable<boolean>

Defined in: workingtitle-instruments-wt21/shared/LowerSection/WaypointAlerter.ts:27

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.