Enumeration RecognizerEventName

You can run code on "RecognizerEventName" raised by using

recognizer.events.addEventListener(RecognizerEventName.CONTENT_CHANGED, (evt) => console.log(evt.detail))

Enumeration Members

CONNECTION_CLOSE: "connection-close"

event emitted after connection closed

CONTENT_CHANGED: "content-changed"
END_INITIALIZATION: "end-initialization"
ERROR: "error"
EXPORTED: "exported"
IDLE: "idle"
SESSION_OPENED: "session-opened"
START_INITIALIZATION: "start-initialization"
SVG_PATCH: "svg-patch"

only usable in the case of websocket