Searched refs:dragDirection (Results 1 – 2 of 2) sorted by relevance
39 private dragDirection: string | null | undefined; property in LitTree340 this.dragDirection = 'bottom-right';344 this.dragDirection = 'top';348 this.dragDirection = 'bottom';373 if (this.dragDirection === 'top') {375 } else if (this.dragDirection === 'bottom') {377 } else if (this.dragDirection === 'bottom-right') {398 this.addDataNode(this._treeData, srcData, dstData!.key, this.dragDirection!);405 type: this.dragDirection,
45 let dragDirection: string = ''; variable1007 dragDirection = 'top';1011 dragDirection = 'bottom';1023 if (startDragNode < endDragNode && dragDirection === 'top') {1025 } else if (startDragNode > endDragNode && dragDirection === 'bottom') {