Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IData

.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