i-automation-config

Configuration object for automation blocks

Name i-automation-config
Type Interface
Path packages/blocks/src/building-blocks/automation.ts

Properties

Name Type Description
mode ExecutionMode Whether to execute the blocks in sequnce or in parallel
then BlockRetainType<A> & A & ValidInputOutputSequence<I, O, A> Sequence of blocks to execute when the trigger is fired
when ITrigger | ITrigger[] Trigger will result in this block being executed