Qwelp Support Sender API
    Preparing search index...
    type QwelpBranding = {
        dialogTitle?: string;
        logoUrl?: string;
        primaryColor?: string;
        secondaryColor?: string;
        supportMessage?: string;
    }
    Index

    Properties

    dialogTitle?: string

    Overrides the heading title shown in all sender dialogs (defaults to "QWELP - Remote Support").

    logoUrl?: string

    URL of a custom logo to show instead of the default QWELP icon in all sender dialogs.

    primaryColor?: string

    Overrides the accent color (--qw-primary) used in headings and highlights across all sender dialogs.

    secondaryColor?: string

    Overrides the button/secondary color (--qw-secondary) across all sender dialogs.

    supportMessage?: string

    Custom message shown to the end-user in the support request dialog.