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
_ : pentaho.type.spec.TypeReference

An inline type reference of the value's type.

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

The data filter of the action instance.

description : nonEmptyString

The description of the action instance.

label : nonEmptyString

The label of the action instance.

Members Details

_: pentaho.type.spec.TypeReference

An inline type reference of the value's type.

Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27

Inherited From: pentaho.type.spec.IInstance#_

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

The data filter of the action instance.

When unspecified, the action targets the whole data set.

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

description: nonEmptyString

The description of the action instance.

When unspecified, the description of the action type, pentaho.type.Type#description, is used.

Source: doc-js/pentaho/type/action/spec/IBase.jsdoc, line 38

Inherited From: pentaho.type.action.spec.IBase#description

label: nonEmptyString

The label of the action instance.

When unspecified, the label of the action type, pentaho.type.Type#label, is used.

Source: doc-js/pentaho/type/action/spec/IBase.jsdoc, line 26

Inherited From: pentaho.type.action.spec.IBase#label