LogoRobo.js
Framework

buildModelKey()

Function: buildModelKey()

function buildModelKey(
   modelName, 
   suffix, 
   namespace?): string

Build a model key for internal storage.

Parameters

ParameterTypeDescription
modelNamestringThe model name
suffixstringKey suffix (e.g., 'catalog', 'chunk:0')
namespace?stringOptional namespace (omitted for default namespace)

Returns

string

Model storage key

On this page