interface ExperimentalProxyMoveEvent {
    data: MoveEvent;
    event: "move";
}

Properties

Properties

data: MoveEvent
event: "move"