Searched refs:dragDirection (Results 1 – 3 of 3) sorted by relevance
39 private dragDirection: string | null | undefined; property in LitTree325 this.dragDirection = 'bottom-right';328 this.dragDirection = 'top';331 this.dragDirection = 'bottom';354 if (this.dragDirection === 'top') {356 } else if (this.dragDirection === 'bottom') {358 } else if (this.dragDirection === 'bottom-right') {375 this.addDataNode(this._treeData, srcData, dstData!.key, this.dragDirection!);381 type: this.dragDirection
42 let dragDirection: string = ''; variable655 dragDirection = 'top';659 dragDirection = 'bottom';671 if (startDragNode < endDragNode && dragDirection === 'top') {673 } else if (startDragNode > endDragNode && dragDirection === 'bottom') {
43 let dragDirection: string = ''; variable734 dragDirection = 'top';738 dragDirection = 'bottom';750 if (startDragNode < endDragNode && dragDirection === 'top') {752 } else if (startDragNode > endDragNode && dragDirection === 'bottom') {