Unblu Embedded App Component API
    Preparing search index...

    Interface ActiveConversationChangeEvent

    Event emitted every time the active conversation changes.

    interface ActiveConversationChangeEvent {
        detail: string;
    }

    Hierarchy

    • CustomEvent<string | null>
      • ActiveConversationChangeEvent
    Index

    Properties

    Properties

    detail: string

    The id of the new active conversation or null if no conversation is active