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 |
---|---|
_ : | An inline type reference of the value's type. |
data : | The data set to be adapted. |
inputFieldIndexes : | The indexes of the input fields. |
outputFieldIndexes : | The indexes of the output fields. |
Members Details
_: |
---|
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: |
---|
The data set to be adapted. Source: javascript/web/pentaho/visual/role/adaptation/spec/IStrategy.jsdoc, line 27 |
inputFieldIndexes: |
---|
The indexes of the input fields. Source: javascript/web/pentaho/visual/role/adaptation/spec/IStrategy.jsdoc, line 35 |
outputFieldIndexes: |
---|
The indexes of the output fields. Source: javascript/web/pentaho/visual/role/adaptation/spec/IStrategy.jsdoc, line 43 |