Member Junction
    Preparing search index...
    Index

    Constructors

    Properties

    acceptedFileTypes: string = 'image/*'
    ComposerBlurred: EventEmitter<void> = ...

    Forwarded from the inner composer — persist-drafts save point.

    currentUser: UserInfo
    disabled: boolean = false
    DraftStateChanged: EventEmitter<string> = ...

    Forwarded from the inner composer — serialized draft on every value change.

    enableAttachments: boolean = false
    enableMentions: boolean = true
    greeting: string = 'How can I help you?'

    Greeting text shown in the empty state. Set by host app via overlay/chat-area chain.

    initialDraft: string | null = null

    Draft staged into the composer on mount (see MessageInputComponent.initialDraft).

    initialDraftApplied: EventEmitter<void> = ...
    maxAttachments: number = 10
    maxAttachmentSizeBytes: number = ...
    messageSent: EventEmitter<{ attachments: PendingAttachment[]; text: string }> = ...
    messageText: string = ''
    showSidebarToggle: boolean = false
    showSuggestedPrompts: boolean = true

    Show the built-in suggested-prompt chips. Hosts that don't want the default prompt vocabulary set false.

    sidebarToggleClicked: EventEmitter<void> = ...
    suggestedPrompts: { icon: string; prompt: string; title: string }[] = []

    Accessors

    Methods