KC's Workspace
    Preparing search index...

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    nodes?: readonly (Node | Node.ChildProps)[]
    source?: Source