interface Parent {
    children: (Comment | Doctype | Element | Text)[];
    data?: Data;
    position?: Position;
    type: string;
}

Hierarchy (View Summary)

Properties

children: (Comment | Doctype | Element | Text)[]
data?: Data
position?: Position
type: string