Introduction
This component provides an easy way to trigger events based on item actions. Methods on this component can also trigger actions.

Fields#
| Name | Description |
|---|---|
| Source Type | Type of object providing data |
| Item Source | Item providing data for context |
| List Source | List providing data for context |
| On Action Ready | Event raised when the action is ready |
| On Action Not Ready | Event raised when the action is not ready |
| On Zero Count | Event raised when the item has a count of 0 |
| On Single Count | Event raised when the item has a count of 1 |
| On Multiple Count | Event raised when the item has a count greater than 1 |
Methods#
| Name | Description |
|---|---|
| TriggerAction | Trigger the default action |