Skip to main content

Module node

Module node 

Source
Expand description

The Node tree — an intermediate representation for email content.

Components produce Node trees. The renderer walks the tree and emits email-safe HTML.

Structs§

Attr
An attribute on an HTML element.
Element
An HTML element in the node tree.

Enums§

Node
A node in the email component tree.
Tag
An HTML tag used in email rendering.