使用对象钩子: { <t>(选项): null | t 和 对象<t, 从不>; <t>(选项): null | t; <t>(type ,
primaryKey ,
keyPaths ? ) : null | T & Object < T , none > ; < T > ( type ,
primaryKey ,
keyPaths ? ) : null | (type,primaryKey,keyPaths?): null
T ; } 类型声明
- <t>(选项): null | t 和 对象<t, 从不>
参数
options : ObjectHookOptions < T >
返回null | T & Object < T , none >
- <t>(选项): null | t
参数
options : ObjectHookClassBasedOptions < T >
返回null | T
- <t>(type , primaryKey , keyPaths ? ) : null | T & Object < T , none >
参数
type : string
PrimaryKey : T [ keyof T ]
Optional
keyPaths : string | string []
返回null | T & Object < T , none >
- <t>(type , primaryKey , keyPaths ? ) : null | T
参数
type : RealmClassType < T >
PrimaryKey : T [ keyof T ]
Optional
keyPaths : string | string []
返回null | T