Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IStrategy

pentaho.visual.role.adaptation.spec. IStrategy

The spec.IStrategy interface represents the specification of a visual role adaptation strategy.

Source: javascript/web/pentaho/visual/role/adaptation/spec/IStrategy.jsdoc, line 17

See also: pentaho.visual.role.adaptation.Strategy

Extends

Members

Name Description
_ :  pentaho.type.spec.UTypeReference

An inline type reference of the value's type.

data :  pentaho.data.ITable

The data set to be adapted.

inputFieldIndexes :  Array.<<code>number>

The indexes of the input fields.

outputFieldIndexes :  Array.<<code>number>

The indexes of the output fields.

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

data:  pentaho.data.ITable

The data set to be adapted.

Source: javascript/web/pentaho/visual/role/adaptation/spec/IStrategy.jsdoc, line 27

inputFieldIndexes:  Array.<<code>number>

The indexes of the input fields.

Source: javascript/web/pentaho/visual/role/adaptation/spec/IStrategy.jsdoc, line 35

outputFieldIndexes:  Array.<<code>number>

The indexes of the output fields.

Source: javascript/web/pentaho/visual/role/adaptation/spec/IStrategy.jsdoc, line 43