Lines Matching refs:drop
3 The drag and drop control attributes set whether a component can respond to drag events.
9 …t drag and drop capabilities for the following components, allowing them to serve as the drag sour…
11 …ult drag behavior by setting the [draggable](ts-universal-attributes-drag-drop.md#draggable) attri…
13 …drop actions by default: [Search](ts-basic-components-search.md), [TextInput](ts-basic-components-…
15 <!--RP1--><!--RP1End-->To enable drag and drop for other components, you need to set the **draggabl…
67 …drop.md#dragiteminfo) \| string<sup>12+</sup> | Yes | Preview displayed when the component is dra…
136 Text('Image drag and drop')
159 Text('Invalid drop target')
188 Text('Valid drop target')
547 // Set the drop data type to Image.
600 // Set the drop data type to PixelMap.