iink-ts - v4.0.0
    Preparing search index...

    Enumeration ClientEventName

    You can run code on "ClientEventName" raised by using

    client.events.addEventListener(ClientEventName.CONTENT_CHANGED, (evt) => console.log(evt.detail))
    
    Index
    CONNECTION_CLOSE: "connection-close"

    event emitted after connection closed

    CONNECTION_STATUS_CHANGED: "connection-status-changed"
    CONTENT_CHANGED: "content-changed"
    END_INITIALIZATION: "end-initialization"
    ERROR: "error"
    EXPORTED: "exported"
    GESTURE_DETECTED: "gesture-detected"
    IDLE: "idle"
    SESSION_OPENED: "session-opened"
    START_INITIALIZATION: "start-initialization"
    SVG_PATCH: "svg-patch"

    only usable in the case of websocket