New to Kendo UI for Angular? Start a free 30-day trial
OperationType
Defines the operation (upload
or remove
) for which the success
or error
event is raised.
type
OperationType = "upload" | "remove";