FileExplorerView.openFileContextMenu method
FileExplorerView › openFileContextMenu
Unofficial
Opens the context menu for the file item.Signature:
openFileContextMenu(event: Event, fileItemEl: HTMLElement): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| event | Event | The event. |
| fileItemEl | HTMLElement | The file item clicked on. |
Returns: void