Unblu Floating JS API
    Preparing search index...

    Interface Unblu

    The main unblu namespace which gives access to the Unblu API.

    Access:

    window.unblu.floating
    
    interface Unblu {
        floating?: {
            AgentAvailabilityState?: typeof AgentAvailabilityState;
            api: UnbluStaticApi;
            CallState?: typeof CallState;
            ConnectionState?: typeof ConnectionState;
            ConversationState?: typeof ConversationState;
            ConversationType?: typeof ConversationType;
            UnbluErrorType?: typeof UnbluErrorType;
        };
    }
    Index

    Properties

    Properties

    floating?: {
        AgentAvailabilityState?: typeof AgentAvailabilityState;
        api: UnbluStaticApi;
        CallState?: typeof CallState;
        ConnectionState?: typeof ConnectionState;
        ConversationState?: typeof ConversationState;
        ConversationType?: typeof ConversationType;
        UnbluErrorType?: typeof UnbluErrorType;
    }

    Global scope access to the Unblu Floating API namespace.

    Note: This field and its floating.api field will be available as soon as the Unblu Floating API has been loaded, no matter if loaded as script import or as ES-Module. All other fields will only be available if loaded as static script import.

    Type declaration