PluginValue.docViewUpdate method
PluginValue › docViewUpdate
Official
Called when the document view is updated (due to content, decoration, or viewport changes).Signature:
docViewUpdate(view: EditorView): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| view | EditorView | The editor view. |
Returns: void