@bootdesk/chat-widget-bridge
    Preparing search index...

    Interface BridgeConfig

    interface BridgeConfig {
        locale?: string;
        placeholder?: string;
        theme?: { mode?: "auto" | "light" | "dark" };
        title?: string;
    }
    Index

    Properties

    locale?: string
    placeholder?: string
    theme?: { mode?: "auto" | "light" | "dark" }
    title?: string