diff --git a/docs/realm.js b/docs/realm.js index 96f116dc..9bcae0c4 100644 --- a/docs/realm.js +++ b/docs/realm.js @@ -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. */ /**