NodeOPCUA API Documentation
    Preparing search index...

    Interface DeleteNodesItemOptions

    interface DeleteNodesItemOptions {
        deleteTargetReferences?: boolean;
        nodeId?: NodeIdLike | null;
    }
    Index

    Properties

    deleteTargetReferences?: boolean
    nodeId?: NodeIdLike | null