@inweb/viewer-visualize
    Preparing search index...

    Interface ChangeActiveDraggerEvent

    Event that fires when the active dragger has been changed.

    interface ChangeActiveDraggerEvent {
        data: string;
        type: "changeactivedragger";
    }
    Index

    Properties

    Properties

    data: string

    Dragger name.

    type: "changeactivedragger"

    Event type.