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

IData

pentaho.visual.action.mixins.spec. IData

The visual.action.spec.IData interface describes the data properties of a visual action using a generic, object form.

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

Extends

Members

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

The data filter of the action instance.

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