WidgetEditorView.onFileChanged method
WidgetEditorView › onFileChanged
Unofficial
Update representation on file finished updating.Signature:
onFileChanged(file: TFile, data: string, cache: CachedMetadata): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The changed file. |
| data | string | New file contents. |
| cache | CachedMetadata | Updated cached metadata. |
Returns: void