OutlineView.onFileChanged method
OutlineView › onFileChanged
Unofficial
Handle a file content change and refresh the outline.Signature:
onFileChanged(file: TFile): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| file | TFile | The changed file. |
Returns: void