Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IAbstractMapping

pentaho.visual.role.spec. IAbstractMapping

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

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

See also: pentaho.visual.role.spec.IMappingField

Extends

Example

{
 fields: ["family", "product"]
}

Members

Name Description
_ :  pentaho.type.spec.TypeReference

An inline type reference of the value's type.

fields :  Array.<pentaho.visual.role.spec.MappingField>

The fields of the visual role mapping.

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

fields:  Array.<pentaho.visual.role.spec.MappingField>

The fields of the visual role mapping.

Source: doc-js/pentaho/visual/role/spec/IAbstractMapping.jsdoc, line 34

See also: pentaho.visual.role.AbstractMapping#fields