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
| Name | Type |
|---|---|
nodeType | string |
Returns
TResult<INodeLifecycle, IDagError>