Depreciate Parse.Cloud.beforeSaveFile(() => {})
in preference to Parse.Cloud.beforeSave(Parse.File, () => {})
#7928
Labels
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
Currently, the file triggers have their own unique syntax, which isn't necessary as they follow the standard trigger types (beforeSave, afterSave, etc).
Feature / Enhancement Description
Allow
Parse.Cloud.beforeSave(Parse.File)
and depreciate existing file methods.Example Use Case
n/a
Alternatives / Workarounds
n/a
3rd Party References
n/a
The text was updated successfully, but these errors were encountered: