Html tag attributes.
{ src: 'https://example.com/image.jpg', alt: 'example image' }
Optional
children?: SimplifiedElement[]List of child nodes.
Optional
containsFlag if node has text content.
Optional
tagHtml tag name.
Optional
text?: stringNode text content.
Optional
type?: stringNode type (text, style, script, comment, etc).
Generated using TypeDoc
Simplified HTML element/node.