Skip to content

InfoFileView.onFileOpen method

InfoFileView › onFileOpen

Unofficial

Called when a file is opened. Loads the file and requests a content update.

Signature:

onFileOpen(file: TFile): void

Parameters:

Parameter Type Description
file TFile The opened file.

Returns: void