FilePropertiesView.onFileChange method
FilePropertiesView › onFileChange
Unofficial
Handle a file content change and refresh properties.Signature:
onFileChange(file: TFile): Promise<unknown>Parameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The changed file. |
Returns: Promise<unknown> — Resolves when the properties are refreshed.