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

ChatFile

Interface

Represents the files attached to a message.

Definition

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

Properties

extension

string

Sets the file extension, for example, '.pdf' or '.jpg'.

id

string | number

Sets the unique identifier for the file.

name

string

Sets the file name.

Provides an in-memory representation of the file.

size

number

Sets the file size in bytes.

Sets the optional preview image URL.

type

string

Sets the MIME type, for example, 'application/pdf'.

url?

string

Sets the optional URL to download or view the file.