New to Kendo UI for AngularStart a free 30-day trial

Defines the model fields that will be used for creating Message instances.

Definition

Package:@progress/kendo-angular-conversational-ui

Properties

Field name for message attachment layout.

Default:

"attachmentLayout"

Field name for message attachments.

Default:

"attachments"

Field name for message author ID.

Default:

"authorId"

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

Default:

"authorImageAltText"

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

Default:

"authorImageUrl"

Field name for message author name (when flattened in data source).

Default:

"authorName"

Field name for the failed status.

Default:

"failed"

Field name for file attachments.

Default:

"files"

idField?

string

Field name for message ID.

Default:

"id"

Field name for message deletion status.

Default:

"isDeleted"

Field name for message pinned status.

Default:

"isPinned"

Field name for reply-to message ID.

Default:

"replyToId"

Field name for message status. Use this when status is a string or an object.

Default:

"status"

Field name for suggested actions.

Default:

"suggestedActions"

Field name for message text content.

Default:

"text"

Field name for message timestamp.

Default:

"timestamp"

Field name for the typing indicator.

Default:

"typing"