Member Junction
    Preparing search index...

    Event emitted when switching between overlay and workspace surfaces.

    interface ConversationSwitchEvent {
        ConversationID: string | null;
        Source: "overlay" | "workspace" | "deep-link";
        Target: "overlay" | "workspace";
    }
    Index

    Properties

    ConversationID: string | null

    The conversation ID being transferred.

    Source: "overlay" | "workspace" | "deep-link"

    Surface initiating the switch.

    Target: "overlay" | "workspace"

    Surface that should pick up the conversation.