NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

ViewDocumentChangeType

Api-typedef icontypedef

Enum representing type of the change.

Possible values:

  • children - for child list changes,
  • attributes - for element attributes changes,
  • text - for text nodes changes.

Value

'children' | 'attributes' | 'text'