オブジェクト フックの使用: { <t>(options): null | t & オブジェクト<t, 絶対>; <t>(options): null | t; <t>(type 、
primaryKey 、 keyPaths はどちら か で表すことができます。 ) は null | T および オブジェクト < T 、 は > に はなりません 。 < T > ( タイプ 、プライマリ
キー 、
keyPaths ? ) : null | T 、 } 型宣言
- <t>(options): null | t & オブジェクト<t, 絶対>
パラメーター
オプション: ObjectHookOptions < T >
null | を返す T & オブジェクト < T 、 で は ない
- <t>(options): null | t
パラメーター
options : ObjectHookClassBasedOptions < T >
null |を返すT
- <t>(type 、 primaryKey 、 keyPaths はどちら か で表すことができます。 ) は null | T & オブジェクト < T 、 で は ない
パラメーター
型: string
プライマリキー : T [ T のキー ]
Optional
keyPaths : string | string []
null | を返す T & オブジェクト < T 、 で は ない
- <t>(type 、 primaryKey 、 keyPathsはどちらかで表すことができます。 )はnull | T
パラメーター
type: RealmClassType<T>
プライマリキー : T [ T のキー ]
Optional
keyPaths : string | string []
null |を返すT