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

Event argument for the PromptBox selectattachments event. Fires when files are selected via the upload button.

Provides both the newly selected files and the complete state for different use cases:

  • Use selectedFiles for validation, logging, or processing only the newly selected files
  • Use allFiles for state synchronization, displaying total file count, or updating UI with all files

Definition

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

Properties

allFiles

UploadFileInfo[]

All files currently in the PromptBox, including both previously selected and newly selected files.

selectedFiles

UploadFileInfo[]

The newly selected files from this selection event.

In this article
DefinitionPropertiesallFilesselectedFiles
Not finding the help you need?
Contact Support