Api - IKit Interface
Hierarchy
- IKit
Index
Constructors
Properties
Constructors
constructor
-
The constructor. The kit must be "new-able" and it must produce an IModel. It can have any number of any type of parameters.
Parameters
-
Rest ...args: any[]
Returns IModel
-
Properties
Optional metaParameters
Attached to the constructor is a property named metaParameters which is an array of IMetaParameter objects. Each element of the array corresponds to a parameter of the constructor, in order.
Optional notes
Information about this kit, in plain text or markdown format.
Generated using TypeDoc
An IKit is a model-producing class with some sample parameters. Think of it as a packaged model with instructions on how to best use it.