Skip to content

Documentation / @warp-drive/schema-record / instantiateRecord

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

Defined in: hooks.ts:10

Parameters

store

default

identifier

StableRecordIdentifier

createArgs?

Record<string, unknown>

Returns

SchemaRecord

Released under the MIT License.