FileExplorerView.attachDropHandler method
FileExplorerView › attachDropHandler
Unofficial
Used internally to attach drop handler to the tree root and folder items.Signature:
attachDropHandler(folder: TFolder, el: HTMLElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| folder | TFolder | Folder that's associated with the item. |
| el | HTMLElement | Element of the tree root or folder item. |
Returns: void