Function: getModelInfoForName()
function getModelInfoForName(name): ModelInfo | undefined;
Returns the model info for a model type name, or undefined if not found.
Parameters
| Parameter | Type | Description |
|---|---|---|
name | string | The model type name (from $modelType). |
Returns
ModelInfo | undefined
The model info or undefined.