Registry of all hast nodes that can occur as children of Element.

For a union of all Element children, see ElementContent.

interface ElementContentMap {
    comment: Comment;
    element: Element;
    text: Text;
}

Properties

Properties

comment: Comment
element: Element
text: Text