ChatAttachmentRenderContext

The context object for renderers that deal with a specific attachment within a message. It extends the message context with the attachment data.

The specific attachment being rendered.

attachment: IgcChatMessageAttachment

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

Inherited from: ChatMessageRenderContext

The instance of the IgcChatComponent.

instance: IgcChatComponent

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

Inherited from: ChatMessageRenderContext

The specific chat message being rendered.

message: IgcChatMessage

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