mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add api docs
This commit is contained in:
parent
805efbea4e
commit
31c8dcba48
8 changed files with 78 additions and 2 deletions
|
@ -226,6 +226,22 @@ const FileUploadEvents = [
|
|||
description: "List of selected files."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "remove",
|
||||
description: "Callback to invoke when a singe file is removed from the list.",
|
||||
arguments: [
|
||||
{
|
||||
file: "event.file",
|
||||
type: "object",
|
||||
description: "Removed file."
|
||||
},
|
||||
{
|
||||
file: "event.files",
|
||||
type: "object",
|
||||
description: "Remaining files to be uploaded."
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue