ChatMessageRenderContext

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

Inherited from: ChatRenderContext

The instance of the IgcChatComponent.

instance: IgcChatComponent

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

The specific chat message being rendered.

message: IgcChatMessage

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