remoteLinkProviderActionBean

On This Page

    Defines the Remote Link action that can be invoked.

    Properties

    actionId
    Type
    string
    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
    object
    Required
    Yes
    Description

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

    Properties

    value
    Type
    i18n Property
    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
    string
    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.


    Rate this page: