NEWCKEditor AI is here! Learn how to supercharge your editor with AI on our webinar.
Sign up (with export icon)

ViewTreeWalkerValueType

Api-typedef icontypedef

Type of the step made by ViewTreeWalker. 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 single and multiple characters. For ViewText elementStart and elementEnd is not returned.