dag-api / Exports / INodeCatalogService
Interface: INodeCatalogService
Port for querying available node types and their manifests.
Table of contents
Methods
Methods
listManifests
▸ listManifests(): Promise<INodeManifest[]>
Returns
Promise<INodeManifest[]>
Defined in
controllers/dag-design-controller.ts:18
hasNodeType
▸ hasNodeType(nodeType): boolean
Parameters
| Name | Type |
|---|---|
nodeType | string |
Returns
boolean