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
objectDescription
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
objecttype
Type
stringAllowed values
pagedialoginlinedialog