Axinom Mosaic Libraries
    Preparing search index...
    interface BrandingOptions {
        background?: string;
        companyLogo?: string;
    }
    Index

    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.

    background: 'http://company.com/background-pattern.svg'
    
    background: imageResourceVariable
    
    background: '#01477d'
    
    companyLogo?: string

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

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