New to KendoReactStart a free 30-day trial

FieldMappingConfig
Premium

Configuration for mapping custom data fields to Chat properties. Lets the Chat work with various data source formats by mapping your field names to expected Chat interface properties.

NameTypeDefaultDescription

attachmentsField?

string

'attachments'

Field name for message attachments.

authorIdField?

string

'authorId'

Field name for message author ID.

authorImageAltTextField?

string

'authorImageAltText'

Field name for alt text of the author's avatar (when flattened).

authorImageUrlField?

string

'authorImageUrl'

Field name for message author avatar URL (when flattened).

authorNameField?

string

'authorName'

Field name for message author name (when flattened).

filesField?

string

'files'

Field name for file attachments.

idField?

string

'id'

Field name for message ID.

isDeletedField?

string

'isDeleted'

Field name for message deletion status.

isPinnedField?

string

'isPinned'

Field name for message pinned status.

replyToIdField?

string

'replyToId'

Field name for reply-to message ID.

statusField?

string

'status'

Field name for message status.

suggestedActionsField?

string

'suggestedActions'

Field name for the suggestedActions property of a message.

textField?

string

'text'

Field name for message text content.

timestampField?

string

'timestamp'

Field name for message timestamp.

typingField?

string

'typing'

Field name for the typing property of a message.

Not finding the help you need?
Contact Support