NodeOPCUA API Documentation
    Preparing search index...

    Interface ReferenceDescriptionOptions

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

    Properties

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