isAlarm
[ Function ]
export function isAlarm(value: Event): boolean;
Checks whether the transferred Event is an Alarm.
Parameter
Name | Type | Description |
---|---|---|
value | The event to be checked |
Return value
Type | Description |
---|---|
Returns true if the passed event is an alarm, otherwise false. |
Available from version 1.10 |