ChatAttachmentRenderContext
The context object for renderers that deal with a specific attachment within a message. It extends the message context with the attachment data.
Properties
Section titled "Properties"attachment
Section titled "attachment"The specific attachment being rendered.
attachment: IgcChatMessageAttachment Defined in src/components/chat/types.ts:298
instance
Section titled "instance"Inherited from: ChatMessageRenderContext
The instance of the IgcChatComponent.
instance: IgcChatComponent Defined in src/components/chat/types.ts:261
message
Section titled "message"Inherited from: ChatMessageRenderContext
The specific chat message being rendered.
message: IgcChatMessage Defined in src/components/chat/types.ts:287