Documentation

Web Item Target

Defines the way a web item link is opened in the browser, such as in a modal or inline dialog.

Example

{
  "target": {
    "type": "page",
    "options": {}
  }
}

Properties

params

Type
object
Description

This object represents a map of key/value pairs, where each property name and value corresponds to the parameter name and value respectively.

Example

{
  "params": {
    "someOtherProperty": "someValue",
    "myCustomProperty": "myValue"
  }
}

options

Type
object

type

Type
string
Allowed values
  • page
  • dialog
  • inlinedialog