Skip to content

Commit 453d2fd

Browse files
committed
Added required parse server version (tbd)
- Insert version before merging
1 parent 223bc3a commit 453d2fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/js/objects.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ teamMember.save(null, { cascadeSave: false });
201201

202202
### Cloud Code context
203203

204+
*Requires Parse Server [tdb]+*
205+
204206
You may pass a `context` dictionary that is accessible in Cloud Code `beforeSave` and `afterSave` triggers for that `Parse.Object`. This is useful if you want to condition certain operations in Cloud Code triggers on ephemeral information that should not be saved with the `Parse.Object` in the database. The context is ephemeral in the sense that it vanishes after the Cloud Code triggers for that particular `Parse.Object` have executed. For example:
205207

206208
```javascript

0 commit comments

Comments
 (0)