Home > @jsplumbtoolkit/templates-2 > resolveIfExecution
resolveIfExecution() function
Signature:
export declare function resolveIfExecution(e: IIfExecution, templateData: Record<string, any>, expander: (e: string) => any): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| e | IIfExecution | |
| templateData | Record<string, any> | |
| expander | (e: string) => any |
Returns:
boolean