ISelect
pentaho.visual.action.spec. ISelect
The visual.action.spec.ISelect
interface describes a selection action instance using a generic, object form.
Source: doc-js/pentaho/visual/action/spec/ISelect.jsdoc, line 17
Extends
- pentaho.visual.action.spec.IBase
- pentaho.visual.action.mixins.spec.IData
- pentaho.visual.action.mixins.spec.IPositioned
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. |
position : | The position where the action took place, in screen coordinates. |
selectionMode : | The selection mode of this action. |
Members Details
_: |
---|
An inline type reference of the value's type. |
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 Inherited From: pentaho.visual.action.mixins.spec.IData#dataFilter |
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 Overrides: pentaho.visual.action.mixins.spec.IPositioned#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 Overrides: pentaho.visual.action.mixins.spec.IPositioned#label |
position: |
---|
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 |
selectionMode: |
---|
The selection mode of this action. When unspecified, or specified as a Can be specified as the name of one of the standard selection modes, Source: doc-js/pentaho/visual/action/spec/ISelect.jsdoc, line 28 |