Hierarchy

  • BrandingOptions

Properties

background?: string

Sets the background style for the Login dialog container. The value can either be a valid url, local image resource or a colour code.

Example

Background url (will cover entire area)

background: 'http://company.com/background-pattern.svg'

Example

Background image variable (will cover entire area)

background: imageResourceVariable

Example

Background colour

background: '#01477d'
companyLogo?: string

Sets the company logo used in the Login dialog. The value must be a valid url or image resource variable.

Example

companyLogo: 'http://company.com/logo.svg'

Example

companyLogo: imageResourceVariable

Generated using TypeDoc