Properties
| Name | Access | Type | Description |
|---|---|---|---|
| ApplicationId | Read | Guid | Application Id |
| ApplicationTypeId | Read | Guid | Application Type Id |
| AvatarUrl | Read | String | Avatar Url |
| Container | Read | Container | Container |
| IsEnabled | Read | Boolean | Is Enabled |
| Url | Read | String | Url |
Methods
HtmlDescription
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.HtmlDescription($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.HtmlDescription(target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| target | String | Target | Required |
Returns
StringHtmlName
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.HtmlName($target))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.HtmlName(target);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| target | String | Target | Required |
Returns
String