Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 14, 2025

Web Item Target

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

Inline Dialog Example

{ "target": { "type": "inlinedialog", "options": { "onHover": true, "offsetX": "30px", "offsetY": "20px" } } }

Dialog Example

{ "target": { "type": "dialog", "options": { "height": "100px", "width": "200px" } } }

Common Dialog Module Example

{ "target": { "type": "dialogmodule", "options": { "key": "dialog-module-key" } } }

More details for this use-case can be found on the Dialog Module page.

Properties

options

Typeobject

type

Typestring

Rate this page: