LogoRobo.js
Framework

RecoveryContext

Interface: RecoveryContext

Extended recovery context that can be used when models are loaded.

Properties

PropertyTypeDescription
adapterFlashcoreAdapter<string, unknown>The storage adapter.

Methods

getCatalogKey()

getCatalogKey(namespace, modelName): string

Get the catalog key for a model.

Parameters

ParameterType
namespacestring
modelNamestring

Returns

string


getChunkKey()

getChunkKey(
   namespace, 
   modelName, 
   chunkId): string

Get the chunk key for a model.

Parameters

ParameterType
namespacestring
modelNamestring
chunkIdstring

Returns

string

On this page