Member Junction
    Preparing search index...

    Contract for the header slot — top bar above the message list.

    interface IMJChatHeaderComponent {
        ArtifactCount?: number;
        ConversationTitle?: string | null;
        SharedBy?: string | null;
        ShowArtifactIndicator?: boolean;
    }

    Implemented by

    Index

    Properties

    ArtifactCount?: number

    Number of artifacts on the conversation (for an inline badge).

    ConversationTitle?: string | null
    SharedBy?: string | null
    ShowArtifactIndicator?: boolean

    Pass-through whether the artifact-count chip should render at all.