Interface ChangeActiveDraggerEvent

Event that fires when the active dragger has been changed.

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

Properties

Properties

data: string

Dragger name.

type: "changeactivedragger"

Event type.