Member Junction
    Preparing search index...

    Contract for the emptyState slot — what renders before any messages exist.

    interface IMJChatEmptyStateComponent {
        Greeting: string;
        PromptSelected: EventEmitter<string>;
        Subtext?: string;
        SuggestedPrompts?: string[];
    }

    Implemented by

    Index

    Properties

    Greeting: string

    Top-line welcome text.

    PromptSelected: EventEmitter<string>

    Emitted when the user selects one of the suggested prompts.

    Subtext?: string

    Optional secondary line beneath the greeting.

    SuggestedPrompts?: string[]

    Optional suggested prompts to render as clickable chips.