TreeDragAndDropController$Typings<T> extension

on

Properties

dragMimeTypes List<String>
The mime types that the {@link TreeDragAndDropController.handleDraghandleDrag} 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.handleDrophandleDrop} 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