Home > @jsplumbtoolkit/templates-2 > addEntryToEachExecution
addEntryToEachExecution() function
Signature:
export declare function addEntryToEachExecution(e: IEachExecution, key: string, execution: IExecution): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| e | IEachExecution | |
| key | string | |
| execution | IExecution |
Returns:
void