--- layout: posts title: Api - IKit Interface ---
The constructor. The kit must be "new-able" and it must produce an IModel. It can have any number of any type of parameters.
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.
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.