Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

IMappingField

pentaho.visual.role.spec. IMappingField

The spec.IMappingField interface describes the object form of a visual role mapping field instance.

Source: doc-js/pentaho/visual/role/spec/IMappingField.jsdoc, line 17

See also: pentaho.visual.role.spec.IAbstractMapping , pentaho.visual.role.spec.MappingField

Extends

Example

{
 name: "sales"
}

Members

Name Description
_ : pentaho.type.spec.TypeReference

An inline type reference of the value's type.

name : string

The name of the field.

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#_

name: string

The name of the field.

This property is required.

Source: doc-js/pentaho/visual/role/spec/IMappingField.jsdoc, line 35

See also: pentaho.visual.role.MappingField#name