NodeOPCUA API Documentation
    Preparing search index...

    Interface BrowsePathResultOptions

    interface BrowsePathResultOptions {
        statusCode?: StatusCode;
        targets?: BrowsePathTargetOptions[] | null;
    }
    Index

    Properties

    statusCode?: StatusCode
    targets?: BrowsePathTargetOptions[] | null