KC's Workspace
    Preparing search index...

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

    interface DocumentProps {
        nodes?: readonly Root_[];
        raws?: Record<string, any>;
        source?: Source;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    nodes?: readonly Root_[]
    raws?: Record<string, any>

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

    Every parser saves its own properties.

    source?: Source