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