Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IModel

pentaho.type.spec.IModel

The spec.IModel interface describes a model instance in object form.

Source: doc-js/pentaho/type/spec/IModel.jsdoc, line 17

See also:  pentaho.type.spec.UComplex

Extends

Members

Name Description
_ : pentaho.type.spec.UTypeReference

An inline type reference of the value's type.

application : pentaho.type.spec.IApplication | pentaho.type.Application

Represents the relevant state and interface of the application in which a model is being used.

Members Details

_: pentaho.type.spec.UTypeReference

An inline type reference of the value's type.

Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27

Inherited From: pentaho.type.spec.IInstance#_

application: pentaho.type.spec.IApplication | pentaho.type.Application

Represents the relevant state and interface of the application in which a model is being used.

Source: doc-js/pentaho/type/spec/IModel.jsdoc, line 28