Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IExecute

pentaho.visual.action.spec. IExecute

The visual.action.spec.IExecute interface describes an execute action instance using a generic, object form.

Source: doc-js/pentaho/visual/action/spec/IExecute.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.

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