mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-03 10:13:42 +00:00
Add API docs for the schema property
This commit is contained in:
parent
aad9960aea
commit
77a55ee024
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user