Skip to content

Depreciate Parse.Cloud.beforeSaveFile(() => {}) in preference to Parse.Cloud.beforeSave(Parse.File, () => {}) #7928

Closed
@dblythy

Description

@dblythy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions