Optional property within backgroundLoadConfiguration containing tab settings for background loading.
Properties that reference this object type:
Syntax
{
"contentUrl": "{string}"
}
{
"type": "object",
"description": "Optional property within backgroundLoadConfiguration containing tab settings for background loading. Setting tabConfiguration indicates that the app supports background loading of tabs.",
"properties": {
"contentUrl": {
"$ref": "#/definitions/httpsUrl",
"description": "Required URL for background loading. This can be the same contentUrl from the staticTabs section or an alternative endpoint used for background loading."
}
},
"required": [
"contentUrl"
],
"additionalProperties": false
}
{
"contentUrl": "{string}"
}
{
"type": "object",
"description": "Optional property within backgroundLoadConfiguration containing tab settings for background loading.",
"properties": {
"contentUrl": {
"$ref": "#/definitions/httpsUrl",
"description": "Required URL for background loading. This can be the same contentUrl from the staticTabs section or an alternative endpoint used for background loading."
}
},
"required": [
"contentUrl"
],
"additionalProperties": false
}
Properties
contentUrl
Required URL for background loading. This can be the same contentUrl from the staticTabs section or an alternative endpoint used for background loading.
Constraints
Maximum string length: 2048.
Supported values
The string must start with https://
.