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 |
---|---|
_ : | An inline type reference of the value's type. |
dataFilter : | The data filter of the action instance. |
description : | The description of the action instance. |
label : | The label of the action instance. |
Members Details
_: |
---|
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: |
---|
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: |
---|
The description of the action instance. When unspecified, the description of the action type, Source: doc-js/pentaho/type/action/spec/IBase.jsdoc, line 38 Inherited From: pentaho.type.action.spec.IBase#description |
label: |
---|
The label of the action instance. When unspecified, the label of the action type, Source: doc-js/pentaho/type/action/spec/IBase.jsdoc, line 26 Inherited From: pentaho.type.action.spec.IBase#label |