Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - workspaceCustomizedHeaderConfigType

Description

Information related to the configuration of a workspace.

Properties

Name Type Occurrence Description
enabled xs:boolean Optional
Default=false
Show/hide the customized header
logo xs:anyURI Optional Path to the logo image (URN or Absolute URL Path to an http image resource)
backgroundImage xs:anyURI Optional Path to the background image (URN or Absolute URL Path to an http image resource)
backgroundImagePositionX percentageValueType Optional
Default=50
Horizontal focal point (0-100%) used by the client to render the header background image with object-fit: cover. Maps to the first value of the CSS object-position property. Defaults to 50 when omitted.
backgroundImagePositionY percentageValueType Optional
Default=50
Vertical focal point (0-100%) used by the client to render the header background image with object-fit: cover. Maps to the second value of the CSS object-position property. Defaults to 50 when omitted.
backgroundColor xs:string Optional Any valid web color value
In This Document