Merge pull request #18157 from alexef/scaffolder-each
scaffolder: enable each property on task step (#8890)
This commit is contained in:
@@ -71,6 +71,11 @@ export type ActionContext<
|
||||
* Implement the signal to make your custom step abortable https://developer.mozilla.org/en-US/docs/Web/API/AbortController/signal
|
||||
*/
|
||||
signal?: AbortSignal;
|
||||
|
||||
/**
|
||||
* Optional value of each invocation
|
||||
*/
|
||||
each?: JsonObject;
|
||||
};
|
||||
|
||||
/** @public */
|
||||
|
||||
Reference in New Issue
Block a user