Skip to content

FilePropertiesView.onFileChange method

FilePropertiesView › onFileChange

Unofficial

Handle a file content change and refresh properties.

Signature:

onFileChange(file: TFile): Promise<unknown>

Parameters:

ParameterTypeDescription
fileTFileThe changed file.

Returns: Promise<unknown>Resolves when the properties are refreshed.