nx/docs/generated/devkit/CreateNodesFunction.md
2023-10-17 19:16:23 -04:00

1.8 KiB

Type alias: CreateNodesFunction<T>

Ƭ CreateNodesFunction<T>: (projectConfigurationFile: string, options: T | undefined, context: CreateNodesContext) => { externalNodes?: Record<string, ProjectGraphExternalNode> ; projects?: Record<string, ProjectConfiguration> }

Type parameters

Name Type
T unknown

Type declaration

▸ (projectConfigurationFile, options, context): Object

A function which parses a configuration file into a set of nodes. Used for creating nodes for the ProjectGraph

Parameters
Name Type
projectConfigurationFile string
options T | undefined
context CreateNodesContext
Returns

Object

Name Type
externalNodes? Record<string, ProjectGraphExternalNode>
projects? Record<string, ProjectConfiguration>