| Property | Description | Returns |
|---|---|---|
| parent | Validate that the loop is a root level element | BaseAction |
| children | Collection (BaseAction) | |
| processingType | Set the processing type for this loop | string |
| retries | Determines how often failed loop elements should be rescheduled for retries | int |
| waitSetting | Get the wait setting for this loop | string |
| stoppedOnError | Get whether processing loop elements should be stopped on an error | bool |
| source | Get the source for the loop | string |
| propertyPath | Get the propertyPath to use in a WebEvent or Action source | string |
| templateCode | Get the templateCode used to generate loop elements | string |
| sourceAction | Get the source action for the loop | BaseAction |
| siteDataKey | Get the siteData key to use when fetch loop elements from site data | string |
| type | Get the type of the action, which is the object name without namespace for the action | string |
| displayType | Get Nice Name for Action Class | string |
| availablePreviousActions | Get the available previous actions | Collection |
| id | int | |
| name | string | |
| text | string | |
| position | int | |
| data | array | |
| created | DateTime | |
| modified | DateTime | |
| hook | Get the Hook this Action is assigned to | Hook |
| published | DateTime | |
| published | bool | |
| containedInLoop | Check whether the action is contained in a loop | bool |
| containingLoop | Get the loop this action is contained in | Loop |
Hooks\Models\Api\Loop
Loop Entity