IList
pentaho.type.spec. IList
The spec.IList
interface describes a list value in object form.
Source: doc-js/pentaho/type/spec/IList.jsdoc, line 17
See also: pentaho.type.spec.List
Extends
Example
A list value description in object form
{ _: ["my/product"], d: [ {product: "boeing-737", price: 1500} {product: "airbus-A320", price: 1000} ] }
Members
Name | Description |
---|---|
_ : pentaho.type.spec.TypeReference | An inline type reference of the value's type. |
d : Array.<pentaho.type.spec.Element> | The list's data, or elements, array. |
Members Details
_: pentaho.type.spec.TypeReference |
---|
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#_ |
d: Array.<pentaho.type.spec.Element> |
---|
The list's data, or elements, array. |