traverseContent Function
An utility to traverse content using provided visitor. Provides means to parse content into different formats, for different components.
traverseContent(visitor: IContentVisitor, content: Content): void
| Parameter | Type | Description |
|---|---|---|
| visitor | IContentVisitor | |
| content | Content |
Returns - void
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.