Defined in: index.ts:17
Interface for all executable element instances.
Methods
execute()
execute(
context):ExecutionResult<any>
Defined in: index.ts:21
Executes the element logic within the given context.
Parameters
context
Returns
ExecutionResult<any>
