Optional property containing background loading configuration. By opting in to this performance enhancement, your app is eligible to be loaded in the background in any Microsoft 365 application host that supports this feature.
Properties that reference this object type:
Syntax
{
"tabConfiguration": {
"contentUrl": "{string}"
}
}
{
"type": "object",
"description": "Optional property containing background loading configuration. By opting into this performance enhancement, your app is eligible to be loaded in the background in any Microsoft 365 application host that supports this feature. Note that setting this property gives the host client permission to load the app in the background but does not guarantee the app will be preloaded at runtime. Whether an app is preloaded in the background will be dynamically determined based on usage and other criteria.",
"properties": {
"tabConfiguration": {
"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
}
},
"additionalProperties": false
}
{
"tabConfiguration": {
"contentUrl": "{string}"
}
}
{
"type": "object",
"description": "Optional property containing background loading configuration. By opting in to this performance enhancement, your app is eligible to be loaded in the background in any Microsoft 365 application host that supports this feature.",
"properties": {
"tabConfiguration": {
"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
}
},
"additionalProperties": false
}
Properties
tabConfiguration
Optional property within backgroundLoadConfiguration containing tab settings for background loading.