Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

ISelectConfig

pentaho.visual.action.spec. ISelectConfig

The visual.action.spec.ISelectConfig interface represents the configuration specification of pentaho.visual.action.Select actions.

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

Members

Name Description
defaultSelectionMode :  string | pentaho.visual.action.SelectionMode

The default selection mode of actions of this type.

Members Details

defaultSelectionMode:  string | pentaho.visual.action.SelectionMode

The default selection mode of actions of this type.

The default value is pentaho.visual.action.SelectionModes#replace.

When specified as a Nully value, the default value is assumed.

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

Source: doc-js/pentaho/visual/action/spec/ISelectConfig.jsdoc, line 25