interface JDragPosition {
    index: number;
    overNode: null | FormNode;
}

Properties

Properties

index: number
overNode: null | FormNode