CustomMessage interface

A custom message type.

Custom messages are not rendered by default, but applications can provide custom renderers for them.

Extends

Properties

content
messageType

Inherited Properties

createdOn
messageId

Property Details

content

content: string

Property Value

string

messageType

messageType: "custom"

Property Value

"custom"

Inherited Property Details

createdOn

createdOn: Date

Property Value

Date

Inherited From MessageCommon.createdOn

messageId

messageId: string

Property Value

string

Inherited From MessageCommon.messageId