ChatInputRenderContext

The context object for renderers that deal with the chat input area. It extends the base context with input-specific properties.

The list of attachments currently in the input area.

attachments: IgcChatMessageAttachment[]

Defined in src/components/chat/types.ts:272

Inherited from: ChatRenderContext

The instance of the IgcChatComponent.

instance: IgcChatComponent

Defined in src/components/chat/types.ts:261

The current value of the input field.

value: string

Defined in src/components/chat/types.ts:276