Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Task module to be launched when fetch task set to false.
Properties that reference this object type:
Syntax
Properties
title
Initial dialog title.
This property is localizable. For more information, see the localization schema.
Type
string
Required
—
Constraints
Maximum string length: 64.
Supported values
width
Dialog width.
Type
string
Required
—
Constraints
Maximum string length: 16.
Supported values
The string value must be a number or Large
, Medium
, Small
.
height
Dialog height.
Type
string
Required
—
Constraints
Maximum string length: 16.
Supported values
The string value must be a number or Large
, Medium
, Small
.
url
Initial webview URL.
Type
string
Required
—
Constraints
Maximum string length: 2048.
Supported values
The string must start with https://
.
Examples
{
"taskInfo": {
"title": "Initial dialog title",
"width": "Dialog width",
"height": "Dialog height",
"url": "Initial webview URL"
}
}