interface Root {
    children: Content[];
    data?: Data;
    event?: Event | EventTemplate;
    position?: Position;
    truncated?: boolean;
    type: "root";
}

Hierarchy

  • Parent
    • Root

Properties

children: Content[]

List of children.

data?: Data

Info from the ecosystem.

event?: Event | EventTemplate
position?: Position

Position of a node in a source document.

Nodes that are generated (not in the original source document) must not have a position.

truncated?: boolean
type

Node type.