NodeOPCUA API Documentation
    Preparing search index...

    Interface AddReferencesItemOptions

    interface AddReferencesItemOptions {
        isForward?: boolean;
        referenceTypeId?: NodeIdLike | null;
        sourceNodeId?: NodeIdLike | null;
        targetNodeClass?: NodeClass;
        targetNodeId?: ExpandedNodeId;
        targetServerUri?: UAString;
    }
    Index

    Properties

    isForward?: boolean
    referenceTypeId?: NodeIdLike | null
    sourceNodeId?: NodeIdLike | null
    targetNodeClass?: NodeClass
    targetNodeId?: ExpandedNodeId
    targetServerUri?: UAString