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

ModelTreeWalkerValueType

Api-typedef icontypedef

Type of the step made by ModelTreeWalker. Possible values: 'elementStart' if walker is at the beginning of a node, 'elementEnd' if walker is at the end of node, or 'text' if walker traversed over text.

Value

'elementStart' | 'elementEnd' | 'text'