Add api docs

This commit is contained in:
Cagatay Civici 2021-05-14 12:18:42 +03:00
parent 805efbea4e
commit 31c8dcba48
8 changed files with 78 additions and 2 deletions

View file

@ -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."
}
]
}
];