Interface TouchDnDFSMHandler

The data handler for the touch DnD interaction

interface TouchDnDFSMHandler {
    onMove(event): void;
    onRelease(event): void;
    onTouch(event): void;
    reinitData(): void;
}

Hierarchy

Methods

Generated using TypeDoc