Event

The Event module exposes UI event listeners for the WebViewer. More information can be found here.

Functions


Functions

isMouseEventType

Communicator.Event.isMouseEventType(eventType)

Gets whether an EventType is a mouse event type or not.

Arguments
  • eventType (EventType) – EventType to be tested

Return type

boolean

Returns

Boolean indicating whether or not eventType is a mouse event type