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": "inlinedialog",
"options": {
"onHover": true,
"offsetY": "20px",
"offsetX": "30px"
}
}
}