Lines Matching refs:dragInfo

20 executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo,callback:AsyncCallback\<DragEv…
33 | dragInfo | [DragInfo](#draginfo) | Yes | Drag information…
83 let dragInfo: dragController.DragInfo = {
93 …dragController.executeDrag(()=>{this.DraggingBuilder()}, dragInfo, (err, eve) => { // You are advi…
126 executeDrag(custom: CustomBuilder | DragItemInfo, dragInfo: DragInfo): Promise\<DragEventParam>
139 | dragInfo | [DragInfo](#draginfo) | Yes | Drag information…
213 let dragInfo: dragController.DragInfo = {
229 …dragController.executeDrag(dragItemInfo, dragInfo) // You are advised to use this.getUIContext().g…
279 createDragAction(customArray: Array&lt;CustomBuilder \| DragItemInfo&gt;, dragInfo: DragInfo): Drag…
294 | dragInfo | [DragInfo](#draginfo) | Yes | Drag information…
372 let dragInfo: dragController.DragInfo = {
378 …this.dragAction = dragController.createDragAction(this.customBuilders, dragInfo) // You are advise…
452 let dragInfo: dragController.DragInfo = {
458 …ler.DragAction | null = dragController.createDragAction(customBuilders, dragInfo); // You are advi…
512 let dragInfo: dragController.DragInfo = {
518 …ler.DragAction | null = dragController.createDragAction(customBuilders, dragInfo); // You are advi…
571 let dragInfo: dragController.DragInfo = {
577 …ler.DragAction | null = dragController.createDragAction(customBuilders, dragInfo); // You are advi…
826 let dragInfo: dragController.DragInfo = {
838 }, dragInfo, (err , eve) => {