Skip to content
module@warp-drive/schema-record
ts
function instantiateRecord(
   store, 
   identifier, 
   createArgs?): SchemaRecord;

Defined in: warp-drive-packages/core/declarations/reactive/-private/hooks.d.ts:4

Parameters

store

default

identifier

ResourceKey

createArgs?

Record<string, unknown>

Returns

SchemaRecord

Released under the MIT License.