Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

action

pentaho.type.action

The action namespace contains types related with the action concept.

Source: doc-js/pentaho/type/action/_namespace.jsdoc, line 17

Child Namespaces

Name Summary
spec

The action.spec namespace contains specification interfaces and type definitions.

Classes

Name Summary
Base

The action.Base class represents a certain model of actions.

Interfaces

Name Summary
IObserver

The IObserver interface represents an action observer and allows specifying event listener functions for each of an action's phases.

ITarget

The ITarget interface represents the entity which is acted upon or the place where the action takes place.

Members

Name Description
States : number

The States enum is the class of names of action states.

Members Details

States: number

The States enum is the class of names of action states.

Properties:
Name Default Value Description
candidate : number 1

The candidate action state.

init : number 2

The init action state.

will : number 4

The will action state.

do : number 8

The do action state.

did : number 16

The did action state.

canceled : number 32

The canceled action state.

failed : number 64

The failed action state.

Source: javascript/web/pentaho/type/action/States.js, line 27