TreeDragAndDropController$Typings<T> extension
Properties
-
dragMimeTypes
→ List<String>
-
The mime types that the {@link TreeDragAndDropController.handleDrag
handleDrag
} method of this TreeDragAndDropController
may add to the tree data transfer.
This could be well-defined, existing, mime types, and also mime types defined by the extension.
no setter
-
dropMimeTypes
→ List<String>
-
The mime types that the {@link TreeDragAndDropController.handleDrop
handleDrop
} method of this DragAndDropController
supports.
This could be well-defined, existing, mime types, and also mime types defined by the extension.
no setter
-
handleDrag
↔ FutureOr<void> Function(List<T>, DataTransfer, CancellationToken)
-
getter/setter pair
-
handleDrop
↔ FutureOr<void> Function(DataTransfer, CancellationToken, [T?])
-
getter/setter pair