Searched refs:getDragPreview (Results 1 – 7 of 7) sorted by relevance
653 ## dragController.getDragPreview<sup>11+</sup>655 getDragPreview(): DragPreview685 设置背板蒙版颜色,在OnDrop和OnDragEnd回调中使用不生效,仅支持通过 [getDragPreview()](js-apis-arkui-UIContext.md#getdragprevi…705 设置背板蒙版颜色变化动效,在OnDrop和OnDragEnd回调中使用不生效,仅支持通过 [getDragPreview()](js-apis-arkui-UIContext.md#getdragp…809 … let previewObj: dragController.DragPreview = uiContext.getDragController().getDragPreview();
6109 ### getDragPreview<sup>11+</sup>6111 getDragPreview(): dragController.DragPreview
647 ## dragController.getDragPreview<sup>11+</sup>649 getDragPreview(): DragPreview679 …* callbacks. It can only be used on the object obtained through the [getDragPreview()](js-apis-ark…699 …* callbacks. It can only be used on the object obtained through the [getDragPreview()](js-apis-ark…803 … let previewObj: dragController.DragPreview = uiContext.getDragController().getDragPreview();
6202 ### getDragPreview<sup>11+</sup>6204 getDragPreview(): dragController.DragPreview
545 | getDragController/getDragPreview | 拖拽 |
152 getDragPreview() { method in DragController154 let dragPreview = this.ohos_dragController.getDragPreview();
545 | getDragController/getDragPreview | Drag and drop. |