Share via


root.backgroundLoadConfiguration.tabConfiguration object

Optional property within backgroundLoadConfiguration containing tab settings for background loading.

Properties that reference this object type:

Syntax

{
  "contentUrl": "{string}"
}
{
  "contentUrl": "{string}"
}

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.

Type
string

Required

Constraints
Maximum string length: 2048.

Supported values
The string must start with https://.