Optional
attributesThe attributes of the node.
Ref: Node.attributes
`[img width=100 height=100]https://example.com/image.png[/img]` -> `{ width: "100", height: "100" }`
The name of the node.
Ref: Node.name
`[b]Hello World![/b]` -> `b`
Optional
valueThe value of the node.
Ref: Node.value
`[color=red]Hello World![/color]` -> `red`
Generated using TypeDoc
Parameters for constructing a new Node object.