dragMimeTypes property
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.
The recommended mime type of the tree (application/vnd.code.tree.<treeidlowercase>
) will be automatically added.
Implementation
_i2.List<_i2.String> get dragMimeTypes => (_i5.getProperty(
this,
'dragMimeTypes',
) as _i2.List)
.cast();