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

    Enumeration CanvasEventName

    Lists all events that can be listened to on the canvas or DOM element

    You can run code on "CanvasEventName" raised by using

    canvas.event.addEventListener(CanvasEventName.CHANGED, (evt) => console.log(evt.detail))
    
    Index
    CHANGED: "changed"

    event emitted when history has changed i.e. the context of undo-redo

    CLEARED: "cleared"

    event emitted when clearing is complete

    CONNECTION_STATE_CHANGED: "connection-state-changed"

    event emitted when the derived UI connection state changes (see TCanvasConnectionState)

    CONNECTION_STATUS_CHANGED: "connection-status-changed"

    event emitted when the connection status changes (e.g. going offline while queueing strokes, or reconnecting)

    CONVERTED: "converted"

    event emitted after the conversion is complete

    ERROR: "error"

    event emitted when the canvas encounters an error

    EXPORTED: "exported"

    event emitted after the end of the export

    GESTURED: "gestured"

    event emitted after applying a gesture

    IDLE: "idle"

    event emitted when the server is idle after a job

    IMPORTED: "imported"

    event emitted after the end of the import

    LOADED: "loaded"

    event emitted after full canvas initialization

    NOTIF: "notif"

    event emitted after

    POINTEREVENTS: "pointer_events"

    event emitted on click on pointer events

    SELECTED: "selected"

    event emitted after selection change

    SESSION_OPENED: "session-opened"

    event emitted session opened

    SYNCHRONIZED: "synchronized"

    event emitted after stroke synchronized with jiix

    TOOL_CHANGED: "tool-changed"

    event emitted after tool change

    UI_UPDATED: "ui-updated"

    event emitted after mode change