dag-core / Exports / IDagNodeDefinition
Interface: IDagNodeDefinition
Complete definition of a DAG node type including metadata, ports, config schema, and handler.
Table of contents
Properties
Properties
nodeType
• nodeType: string
Defined in
displayName
• displayName: string
Defined in
category
• category: string
Defined in
inputs
• inputs: IPortDefinition[]
Defined in
outputs
• outputs: IPortDefinition[]
Defined in
configSchemaDefinition
• configSchemaDefinition: unknown
Defined in
taskHandler
• taskHandler: INodeTaskHandler