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

ISelect

pentaho.visual.action.spec. ISelect

The visual.action.spec.ISelect interface describes a select action instance using a generic, object form.

Source: doc-js/pentaho/visual/action/spec/ISelect.jsdoc, line 17

Extends

Members

Name Description
dataFilter : pentaho.data.filter.spec.IAbstract | pentaho.data.filter.Abstract

The data filter of the action instance.

position : pentaho.visual.spec.IPoint

The position where the action took place, in screen coordinates.

selectionMode : string | pentaho.visual.action.SelectionMode

The selection mode of this action.

Members Details

dataFilter: pentaho.data.filter.spec.IAbstract | pentaho.data.filter.Abstract

The data filter of the action instance.

When unspecified, the action targets the entire dataset.

Source: doc-js/pentaho/visual/action/mixins/spec/IData.jsdoc, line 27

Inherited From: pentaho.visual.action.mixins.spec.IData#dataFilter

position: pentaho.visual.spec.IPoint

The position where the action took place, in screen coordinates.

Source: doc-js/pentaho/visual/action/mixins/spec/IPositioned.jsdoc, line 27

Inherited From: pentaho.visual.action.mixins.spec.IPositioned#position

selectionMode: string | pentaho.visual.action.SelectionMode

The selection mode of this action.

When unspecified, or specified as a Nully value, the default value, which is the value of defaultSelectionMode, is used.

Can be specified as the name of one of the standard selection modes, SelectionModes, to assume the corresponding selection mode function.

Source: doc-js/pentaho/visual/action/spec/ISelect.jsdoc, line 28