Lines Matching refs:drop

3drop interaction for transfer of data using a mouse device or gesture. Users can drag data from on…
8drop.md#dragiteminfo) of [onDragStart](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-d…
12 …e or finger and the screen. It is used to determine whether data enters a drop target. The determi…
20 …[draggable](../reference/apis-arkui/arkui-ts/ts-universal-attributes-drag-drop.md#draggable) attri…
30 A drag and drop can occur in a single application, or start in one application and end in another. …
34 | [onDragStart](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#ondragstart) | Tr…
35drop.md#ondragenter) | Triggered when the drag point enters the bounds of the component. This call…
36drop.md#ondragmove) | Triggered when the drag point moves in the bounds of the component. This cal…
37drop.md#ondragleave) | Triggered when the drag point leaves the bounds of the component. This call…
38drop.md#ondrop) | Triggered when the dragged item is dropped on the component. The drag result mus…
39 | [onDragEnd](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#ondragend) | Trigge…
40drop.md#onpredrag12) | Triggered when the component enters a state prior to a drop and drop operat…
42 [DragEvent](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#dragevent) provides g…
55 [DragEvent](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#dragevent) also provi…
65 The drag preview is an image displayed during the drag and drop operation. It is a visual represent…
67 …see [Drag and Drop Control](../reference/apis-arkui/arkui-ts/ts-universal-attributes-drag-drop.md).
78 ….md) component as an example to describe the basic procedure for drag and drop development and the…
116 … by [onPreDrag](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md#onpredrag12) aft…
150 3. To make sure the [onDragLeave](../reference/apis-arkui/arkui-ts/ts-universal-events-drag-drop.md…
177 …You can set [allowDrop](../reference/apis-arkui/arkui-ts/ts-universal-attributes-drag-drop.md#allo…
183 …g-drop.md#dragresult10) to **DROP_ENABLED** in **onDragMove** and setting [DragBehavior](../refere…
248 // The result value obtained from onDragEnd is set in onDrop of the drop target.
365 // The result value obtained from onDragEnd is set in onDrop of the drop target.
419 …kui-ts/ts-container-list.md), respectively, support multi-select drag and drop, which can be initi…
421 …* as an example to describe the basic procedure for multi-select drag and drop development and key…
423 1. Enable multi-select drag and drop.
444drop is disabled by default. To enable it, set **isMultiSelectionEnabled** to **true** in the **Dr…
459 2. Optimize the multi-select drag and drop performance.
461drop scenarios, there is a clustering animation effect when multiple items are selected. This effe…
511 …Configure the number badge for multi-select drag and drop using the **numberBadge** parameter in *…