weasel API - v0.8.0
    Preparing search index...

    Interface DragHandleOptions

    Options for useDragHandle; supply createGhost to override the default DOM-clone ghost.

    interface DragHandleOptions {
        createGhost?: (source: HTMLElement, payload: DragPayload) => HTMLElement;
    }
    Index

    Properties

    Properties

    createGhost?: (source: HTMLElement, payload: DragPayload) => HTMLElement