KC's Workspace
    Preparing search index...

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

    interface NodeProps {
        source?: Source;
    }

    Hierarchy (View Summary)

    Index
    source?: Source