Skip to content

PluginValue.docViewUpdate method

PluginValue › docViewUpdate

Official

Called when the document view is updated (due to content, decoration, or viewport changes).

Signature:

docViewUpdate(view: EditorView): void

Parameters:

Parameter Type Description
view EditorView The editor view.

Returns: void