ChatInputRenderContext
The context object for renderers that deal with the chat input area. It extends the base context with input-specific properties.
Properties
Section titled "Properties"attachments
Section titled "attachments"The list of attachments currently in the input area.
attachments: IgcChatMessageAttachment[] Defined in src/components/chat/types.ts:272
instance
Section titled "instance"Inherited from: ChatRenderContext
The instance of the IgcChatComponent.
instance: IgcChatComponent Defined in src/components/chat/types.ts:261
value
Section titled "value"The current value of the input field.
value: string Defined in src/components/chat/types.ts:276