NodeOPCUA API Documentation
    Preparing search index...

    Interface CloneOptions

    interface CloneOptions {
        accessLevel?: number;
        arrayDimensions?: number[] | null;
        browseName?: QualifiedName;
        componentOf?: UAObjectType | UAObject<UAObjectEvents>;
        copyAlsoModellingRules?: boolean;
        dataType?: NodeId;
        descriptions?: LocalizedText;
        eventNotifier?: number;
        executable?: boolean;
        historizing?: boolean;
        ignoreChildren?: boolean;
        methodDeclarationId?: NodeId;
        minimumSamplingInterval?: number;
        modellingRule?: ModellingRuleType;
        namespace: INamespace;
        nodeClass?: NodeClass;
        nodeId?: NodeIdLike | null;
        references?: UAReference[];
        symbolicName?: string;
        userAccessLevel?: number;
        valueRank?: number;
    }
    Index

    Properties

    accessLevel?: number
    arrayDimensions?: number[] | null
    browseName?: QualifiedName
    copyAlsoModellingRules?: boolean
    dataType?: NodeId
    descriptions?: LocalizedText
    eventNotifier?: number
    executable?: boolean
    historizing?: boolean
    ignoreChildren?: boolean
    methodDeclarationId?: NodeId
    minimumSamplingInterval?: number
    modellingRule?: ModellingRuleType
    namespace: INamespace
    nodeClass?: NodeClass
    nodeId?: NodeIdLike | null
    references?: UAReference[]
    symbolicName?: string
    userAccessLevel?: number
    valueRank?: number