ElementContentMapRegistry 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§comment: Comment[src]§element: Element[src]§text: Text[src]