Add API docs for the schema property

This commit is contained in:
Scott Kyle 2016-05-02 18:28:54 -07:00
parent aad9960aea
commit 77a55ee024
1 changed files with 9 additions and 0 deletions

View File

@ -39,6 +39,15 @@ class Realm {
*/
get readOnly() {}
/**
* A normalized representation of the schema provided in the
* {@link Realm~Configuration Configuration} when this Realm was constructed.
* @type {Realm~ObjectSchema[]}
* @readonly
* @since 0.12.0
*/
get schema() {}
/**
* The current schema version of this Realm.
* @type {number}