Similar to Location this is an interface that indicates that the respective Base node has a respective property (a namespace).

interface Namespace {
    namespace: undefined | string;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of Namespace

Properties

Properties

namespace: undefined | string

The namespace attached to the given node (e.g., a namespaced symbol in x::y).