interface UAReference {
    isForward: boolean;
    node?: BaseNode;
    nodeId: NodeId;
    referenceType: NodeId;
    toString(options?: {
        addressSpace?: IAddressSpace;
    }): string;
}

Properties

isForward: boolean
node?: BaseNode
nodeId: NodeId
referenceType: NodeId

Methods

  • Parameters

    Returns string