Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
When saving a ParseObject we may pass a context dictionary that is accessible in the Cloud Code Save Triggers.
Cloud code reference: https://docs.parseplatform.org/js/guide/#cloud-code-context
JS reference: https://docs.parseplatform.org/js/guide/#cloud-code-context
something like this,
ParseObject().save({context: Map})