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

Properties

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