Home > @uniformdev/richtext > walkRichTextTree
walkRichTextTree() function
Signature:
Parameters
| Parameter | Type | Description |
|---|---|---|
| node | RichTextNode | |
| callback | (node: RichTextNode, parent: RichTextNode | undefined) => void | |
| parent | RichTextNode | (Optional) |
Returns:
void