Skip to content

dag-core / Exports / INodeDefinitionAssembly

Interface: INodeDefinitionAssembly

Assembled collection of node manifests and their corresponding task handlers.

Table of contents

Properties

Properties

manifests

manifests: INodeManifest[]

Defined in

types/node-lifecycle.ts:94


handlersByType

handlersByType: Record<string, INodeTaskHandler>

Defined in

types/node-lifecycle.ts:95

Released under the MIT License.