Class: Model

Model(name, properties, dummy)

The Model class is used to create a model instance.

Constructor

new Model(name, properties, dummy)

Parameters:
Name Type Description
name string

The name of the model

properties object

The properties of the model

dummy boolean

Whether or not the model is a dummy model

Source: