Skip to main content

Home > @jsplumbtoolkit/templates-2 > resolveIfExecution

resolveIfExecution() function

Signature:

export declare function resolveIfExecution(e: IIfExecution, templateData: Record<string, any>, expander: (e: string) => any): boolean;

Parameters

ParameterTypeDescription
eIIfExecution
templateDataRecord<string, any>
expander(e: string) => any

Returns:

boolean