Skip to content

FileExplorerView.onFileOpen method

FileExplorerView › onFileOpen

Unofficial

Called when a file is opened. Brings the file to the front.

Signature:

onFileOpen(file: TFile): void

Parameters:

Parameter Type Description
file TFile The opened file.

Returns: void