NodeOPCUA API Documentation
    Preparing search index...

    Interface BrowsePathOptions

    interface BrowsePathOptions {
        relativePath?: RelativePathOptions;
        startingNode?: NodeIdLike | null;
    }
    Index

    Properties

    relativePath?: RelativePathOptions
    startingNode?: NodeIdLike | null