Skip to content

dag-core / Exports / INodeLifecycleFactory

Interface: INodeLifecycleFactory

Factory that creates an INodeLifecycle instance for a given node type.

Implemented by

Table of contents

Methods

Methods

create

create(nodeType): TResult<INodeLifecycle, IDagError>

Parameters

NameType
nodeTypestring

Returns

TResult<INodeLifecycle, IDagError>

Defined in

types/node-lifecycle.ts:44

Released under the MIT License.