Skip to content

Documentation / @warp-drive/core / reactive / instantiateRecord

ts
function instantiateRecord(
   store, 
   identifier, 
   createArgs?): SchemaRecord;

Defined in: warp-drive-packages/core/src/reactive/-private/hooks.ts:10

Parameters

store

Store

identifier

StableRecordIdentifier

createArgs?

Record<string, unknown>

Returns

SchemaRecord

Released under the MIT License.