remoteLinkProviderActionBean

Defines the Remote Link action that can be invoked.

Properties

actionId
Type
Required
Yes
Description

A key to identify a specific action. Used for associating a specific Remote link to an action of this ID. The actionId of an action must be unique across all actions.


actionLabel
Type
Required
Yes
Description

The actionLabel of an Action is shown visibly to the User alongside the Remote Link.

Properties

value
Type
Required
Yes
Description

Represents a string that can be resolved via a localization properties file. You can use the same i18n Property key and value in multiple places if you like, but identical keys must have identical values.

Example

1
2
3
4
{
  "value": "My text"
}

templateUrl
Type
Format
uri-template
Required
Yes
Description

The templateUrl of an Action is a template where strings can be substituted into the URL for a specific Remote Link. Strings used in the templateUrl must be passed in via an attribute map when associating an action with a remote link.