mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
Add introduced version to objectForPrimaryKey doc
This commit is contained in:
parent
dc3d88f053
commit
ab05c5f732
@ -113,6 +113,7 @@ class Realm {
|
||||
* @throws {Error} If type passed into this method is invalid or if the object type did
|
||||
* not have a `primaryKey` specified in its {@link Realm~ObjectSchema ObjectSchema}.
|
||||
* @returns {Realm.Object|undefined} if no object is found.
|
||||
* @since 0.14.0
|
||||
*/
|
||||
objectForPrimaryKey(type, key) {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user