Skip to content

Commit d21b8d1

Browse files
mtrezzaTomWFox
andauthored
Update _includes/js/objects.md
Co-Authored-By: Tom Fox <[email protected]>
1 parent f88e927 commit d21b8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/js/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ teamMember.save(null, { cascadeSave: false });
201201

202202
### Cloud Code context
203203

204-
You may pass a `context` 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:
204+
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:
205205

206206
```javascript
207207
var TeamMember = Parse.Object.extend("TeamMember");

0 commit comments

Comments
 (0)