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

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

Hierarchy (view full)

Properties

Properties

nodes?: (ChildProps | ChildNode)[]
source?: Source