runtime
Methods and properties
import {
,
,
} from '@tscad/modeling/runtime'const ajv: Ajv
The ajv instance used for validation
Defined in packages/modeling/src/runtime/index.ts
function getRuntime(model)
Use a model definition at runtime
Parameters
Prop
Type
Defined in packages/modeling/src/runtime/index.ts
class ModelRuntime
A runtime for a model
Remarks
The ModelRuntime class allows you to use a model definition at runtime. It provides parameter resolution as well as methods for rendering a model.
Members
Prop
Type
Defined in packages/modeling/src/runtime/index.ts