Skip to content

Commit

Permalink
above below who can tell
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Mar 15, 2024
1 parent bfcecdb commit 5879086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subsystems/ving-record.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ await record.updateAndVerify({foo: 'bar', one: 1}, currentUserOrSession);
```

### Pseudo Properties
In addition to all the methods below, every [schema](ving-schema) prop except those of type `virtual` will also get pseudo props added to the record. The means that in addition to using `get('username')` and `set('username', 'adufresne')` methods you can use the pseudo props as getters and setters like this:
In addition to all the methods above, every [schema](ving-schema) prop except those of type `virtual` will also get pseudo props added to the record. The means that in addition to using `get('username')` and `set('username', 'adufresne')` methods you can use the pseudo props as getters and setters like this:

```js
const username = user.username;
Expand Down

0 comments on commit 5879086

Please sign in to comment.