@progress/kendo-angular-conversational-ui
Version:
Kendo UI for Angular Conversational UI components
26 lines (25 loc) • 952 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export const defaultModelFields = {
idField: 'id',
textField: 'text',
authorIdField: 'authorId',
authorNameField: 'authorName',
authorImageUrlField: 'authorImageUrl',
authorImageAltTextField: 'authorImageAltText',
timestampField: 'timestamp',
statusField: 'status',
filesField: 'files',
attachmentsField: 'attachments',
attachmentLayoutField: 'attachmentLayout',
suggestedActionsField: 'suggestedActions',
isPinnedField: 'isPinned',
replyToIdField: 'replyToId',
isDeletedField: 'isDeleted',
typingField: 'typing'
};