TreeDragAndDropController$Typings<T> extension
Properties
-
dragMimeTypes
→ List<
String> -
Available on TreeDragAndDropController<
The mime types that the {@link TreeDragAndDropController.handleDragT> , provided by the TreeDragAndDropController$Typings extensionhandleDrag
} method of thisTreeDragAndDropController
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> -
Available on TreeDragAndDropController<
The mime types that the {@link TreeDragAndDropController.handleDropT> , provided by the TreeDragAndDropController$Typings extensionhandleDrop
} method of thisDragAndDropController
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) -
Available on TreeDragAndDropController<
T> , provided by the TreeDragAndDropController$Typings extensiongetter/setter pair -
handleDrop
↔ FutureOr<
void> Function(DataTransfer, CancellationToken, [T?]) -
Available on TreeDragAndDropController<
T> , provided by the TreeDragAndDropController$Typings extensiongetter/setter pair