CreateNodesFunctionV2
Ƭ CreateNodesFunctionV2<T>: (projectConfigurationFiles: readonly string[], options: T | undefined, context: CreateNodesContextV2) => CreateNodesResultV2 | Promise<CreateNodesResultV2>
Type parameters
Section titled “Type parameters”| Name | Type |
|---|---|
T | unknown |
Type declaration
Section titled “Type declaration”▸ (projectConfigurationFiles, options, context): CreateNodesResultV2 | Promise<CreateNodesResultV2>
Parameters
Section titled “Parameters”| Name | Type |
|---|---|
projectConfigurationFiles | readonly string[] |
options | T | undefined |
context | CreateNodesContextV2 |
Returns
Section titled “Returns”CreateNodesResultV2 | Promise<CreateNodesResultV2>