类型别名 UseObjectHook

使用对象钩子: {
    <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, 从不>
    • 类型参数

      • 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 >
    • 类型参数

      • t

      参数

      • 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

使用TypeDoc生成