KC's Workspace
    Preparing search index...

    Interface represents an interface for an object received as parameter by Node class constructor.

    interface RootProps {
        nodes?: readonly (Node | Node.ChildProps)[];
        raws?: RootRaws;
        source?: Source;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    nodes?: readonly (Node | Node.ChildProps)[]
    raws?: RootRaws

    Information used to generate byte-to-byte equal node string as it was in the origin input.

    source?: Source