NodeOPCUA API Documentation
    Preparing search index...

    Interface RelativePathElementOptions

    interface RelativePathElementOptions {
        includeSubtypes?: boolean;
        isInverse?: boolean;
        referenceTypeId?: NodeIdLike | null;
        targetName?: QualifiedNameLike | null;
    }
    Index

    Properties

    includeSubtypes?: boolean
    isInverse?: boolean
    referenceTypeId?: NodeIdLike | null
    targetName?: QualifiedNameLike | null