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

interface NodeProps {
    source?: Source;
}

Hierarchy (view full)

Properties

Properties

source?: Source