Home
last modified time | relevance | path

Searched refs:getDragPreview (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-dragController.md653 ## dragController.getDragPreview<sup>11+</sup>
655 getDragPreview(): DragPreview
685 设置背板蒙版颜色,在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();
H A Djs-apis-arkui-UIContext.md6109 ### getDragPreview<sup>11+</sup>
6111 getDragPreview(): dragController.DragPreview
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-dragController.md647 ## dragController.getDragPreview<sup>11+</sup>
649 getDragPreview(): DragPreview
679 …* 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();
H A Djs-apis-arkui-UIContext.md6202 ### getDragPreview<sup>11+</sup>
6204 getDragPreview(): dragController.DragPreview
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-arkui.md545 | getDragController/getDragPreview | 拖拽 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js152 getDragPreview() { method in DragController
154 let dragPreview = this.ohos_dragController.getDragPreview();
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.5/
H A Dchangelogs-arkui.md545 | getDragController/getDragPreview | Drag and drop. |