Element
HTML element.
interface Element extends Parent {
children: ElementContent[];
content?: Root | undefined;
data?: ElementData | undefined;
properties: Properties;
tagName: string;
type: "element";
}§Properties
§
children: ElementContent[]
[src]Children of element.
§
data?: ElementData | undefined
[src]Data associated with the element.
§
properties: Properties
[src]Info associated with the element.