IBase
pentaho.visual.action.spec. IBase
The visual.action.spec.IBase
interface describes a base action instance using a generic, object form.
Source: doc-js/pentaho/visual/action/spec/IBase.jsdoc, line 17
Extends
Members
Name | Description |
---|---|
_ : | An inline type reference of the value's type. |
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#_ |
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 |