Triggers object for a Playbook (Argument 2 of PlaybookDefinition).
An object containing a triggers array. The I generic captures the
playbook's declared inputs schema so that the mapper passed to each
PlaybookTrigger() can be type-checked against it: both the left-side
(mapping keys must be declared input names) and right-side (trigger.current
autocompletes the trigger table) are constrained.
Triggers object for a Playbook (Argument 2 of PlaybookDefinition).
An object containing a
triggersarray. TheIgeneric captures the playbook's declaredinputsschema so that the mapper passed to eachPlaybookTrigger()can be type-checked against it: both the left-side (mapping keys must be declared input names) and right-side (trigger.currentautocompletes the trigger table) are constrained.Example