This commit is contained in:
Ari Lazier 2016-03-21 11:49:16 -07:00
parent b9475ad772
commit 80c532cf3e

View File

@ -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.
*/
/**