Skip to content

WidgetEditorView.onFileChanged method

WidgetEditorView › onFileChanged

Unofficial

Update representation on file finished updating.

Signature:

onFileChanged(file: TFile, data: string, cache: CachedMetadata): void

Parameters:

Parameter Type Description
file TFile The changed file.
data string New file contents.
cache CachedMetadata Updated cached metadata.

Returns: void