interface CloneOptions {
    accessLevel?: number;
    arrayDimensions?: null | number[];
    browseName?: QualifiedName;
    componentOf?: UAObject | UAObjectType;
    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?: null | NodeIdLike;
    references?: UAReference[];
    symbolicName?: string;
    userAccessLevel?: number;
    valueRank?: number;
}

Properties

accessLevel?: number
arrayDimensions?: null | number[]
browseName?: QualifiedName
componentOf?: UAObject | UAObjectType
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?: null | NodeIdLike
references?: UAReference[]
symbolicName?: string
userAccessLevel?: number
valueRank?: number