interface ReferenceDescriptionOptions {
    browseName?: null | QualifiedNameLike;
    displayName?: null | LocalizedTextLike;
    isForward?: boolean;
    nodeClass?: NodeClass;
    nodeId?: ExpandedNodeId;
    referenceTypeId?: null | NodeIdLike;
    typeDefinition?: ExpandedNodeId;
}

Properties

browseName?: null | QualifiedNameLike
displayName?: null | LocalizedTextLike
isForward?: boolean
nodeClass?: NodeClass
referenceTypeId?: null | NodeIdLike
typeDefinition?: ExpandedNodeId