Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IUx

    interface IUx {
        comments?: ICommentsUx;
        player?: IPlayerUx;
        theme?: ThemeType;
        visitorCta?: IVisitorCtaUx;
        widget?: IWidgetUx;
    }
    Index

    Properties

    comments?: ICommentsUx
    player?: IPlayerUx
    theme?: ThemeType

    Select the widget theme If set to 'dark', the dark theme will always be used even when widget is not in overlay.

    'default'
    
    visitorCta?: IVisitorCtaUx
    widget?: IWidgetUx