mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
docs
This commit is contained in:
parent
b9475ad772
commit
80c532cf3e
@ -150,6 +150,8 @@ Realm.defaultPath;
|
||||
* @property {any} [default] - The default value for this property on creation when not
|
||||
* otherwise specified.
|
||||
* @property {boolean} [optional] - Signals if this property may be assigned `null` or `undefined`.
|
||||
* @property {boolean} [indexed] - Signals if this property should be indexed. Only supported for
|
||||
* `"string"`, `"int"`, `"bool"`, and `"date"` properties.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user