NodeOPCUA API Documentation
    Preparing search index...

    Interface CreateNodeOptions

    interface CreateNodeOptions {
        addressSpace?: IAddressSpace;
        browseName: QualifiedNameLike;
        componentOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
        description?: LocalizedTextLike | null;
        displayName?: LocalizedTextLike | LocalizedTextLike[] | null;
        eventNotifier?: number;
        eventSourceOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
        isAbstract?: boolean;
        modellingRule?: ModellingRuleType;
        nodeClass?: NodeClass;
        nodeId?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
        nodeVersion?: string;
        notifierOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
        organizedBy?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
        postInstantiateFunc?: (
            instance: BaseNode,
            tpyeNode: BaseNode,
            opts?: any,
        ) => void;
        propertyOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
        references?: AddReferenceOpts[];
        rolePermissions?: RolePermissionTypeOptions[];
        subtypeOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
        typeDefinition?: NodeIdLike | BaseNode<BaseNodeEvents> | null;
    }
    Index

    Properties

    addressSpace?: IAddressSpace
    browseName: QualifiedNameLike
    componentOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null
    description?: LocalizedTextLike | null
    displayName?: LocalizedTextLike | LocalizedTextLike[] | null
    eventNotifier?: number
    eventSourceOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null
    isAbstract?: boolean
    modellingRule?: ModellingRuleType
    nodeClass?: NodeClass
    nodeVersion?: string
    notifierOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null
    organizedBy?: NodeIdLike | BaseNode<BaseNodeEvents> | null
    postInstantiateFunc?: (
        instance: BaseNode,
        tpyeNode: BaseNode,
        opts?: any,
    ) => void
    propertyOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null
    references?: AddReferenceOpts[]
    rolePermissions?: RolePermissionTypeOptions[]
    subtypeOf?: NodeIdLike | BaseNode<BaseNodeEvents> | null
    typeDefinition?: NodeIdLike | BaseNode<BaseNodeEvents> | null