Skip to main content

Pentaho+ documentation is moving!

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

 

Hitachi Vantara Lumada and Pentaho Documentation

global

Members

Name Description
action
current :  pentaho.type.action.Transaction

Gets the ambient transaction, if any, or null.

name :  string

Gets the name of the error.

target

Methods

Name Description
_apply()
_apply()
_configureCccVisualRoles()
Protected

Configure CCC visualRoles.

_fillSpec()
_getDiscreteColorMap()

Members Details

action:

Source: javascript/web/pentaho/action/impl/Target.js, line 79

current:  pentaho.type.action.Transaction

Gets the ambient transaction, if any, or null.

Source: javascript/web/pentaho/type/action/_transactionControl.js, line 44

name:  string

Gets the name of the error.

The name of this error is the value of WellKnownErrorNames.modelChanged.

Source: javascript/web/pentaho/visual/action/ModelChangedError.js, line 57

Default Value: "model-changed"

target:

Source: javascript/web/pentaho/action/impl/Target.js, line 84

Methods Details

_apply()

Source: javascript/web/pentaho/visual/ModelAdapter.js, line 69

_apply()

Source: javascript/web/pentaho/visual/AbstractModel.js, line 47

_configureCccVisualRoles()
Protected

Configure CCC visualRoles.

Source: javascript/web/pentaho/ccc/visual/BarLine.js, line 62

_fillSpec()

Source: javascript/web/pentaho/visual/action/Update.js, line 58

_getDiscreteColorMap()

Source: javascript/web/pentaho/ccc/visual/Sunburst.js, line 188

Type Definitions

Class()

The Class.&ltT> type denotes the constructor, or class, T, in a place where it could be interpreted as an instance of that class.

Source: doc-js/pentaho/Class.jsdoc, line 17

JsonValue:  null | string | boolean | number | Object | Array

The JsonValue type contains the JavaScript value types that have a direct representation in JSON.

Source: doc-js/pentaho/JsonValue.jsdoc, line 17

nonEmptyString:  string

The nonEmptyString type is the type of all strings except the empty string.

Source: doc-js/pentaho/nonEmptyString.jsdoc, line 17

Nully:  null | undefined

The Nully type contains the two values: null and undefined.

Source: doc-js/pentaho/Nully.jsdoc, line 17