FileExplorerView.onFileOpen method
FileExplorerView › onFileOpen
Unofficial
Called when a file is opened. Brings the file to the front.Signature:
onFileOpen(file: TFile): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The opened file. |
Returns: void