Member Junction
    Preparing search index...

    Event payload when the active conversation changes in the overlay

    interface OverlayConversationSwitchedEvent {
        NewConversationID: string | null;
        PreviousConversationID: string | null;
    }
    Index

    Properties

    NewConversationID: string | null
    PreviousConversationID: string | null