mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Add RPC handling for the type and optional properties
This commit is contained in:
parent
c7e44cd01f
commit
d1248b6676
@ -117,6 +117,12 @@ export function createCollection(prototype, realmId, info, _mutable) {
|
||||
'length': {
|
||||
get: getterForProperty('length'),
|
||||
},
|
||||
'type': {
|
||||
get: getterForProperty('type'),
|
||||
},
|
||||
'optional': {
|
||||
get: getterForProperty('optional'),
|
||||
},
|
||||
'-1': {
|
||||
value: undefined,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user