Skip to main content

Home > @jsplumbtoolkit/templates > Knockle > pushCommands

Knockle.pushCommands() method

At the end of an execution this is called - any commands found during the execution are transferred to the fragment that was created.

Signature:

pushCommands(executionId: string, el: any): void;

Parameters

ParameterTypeDescription
executionIdstring
elany

Returns:

void