--- layout: posts title: Api - IKit Interface ---

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.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new IKit(...args: any[]): IModel

Properties

Optional metaParameters

metaParameters: IMetaParameter[]

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

notes: string

Information about this kit, in plain text or markdown format.

Generated using TypeDoc