Marking operation definitions. Used as argument to the Marking.setMarking function.
Namespace: spotfire.webPlayerAssembly: ~/GetJavaScriptApi.ashx?Version=5.0
Syntax
| JavaScript |
|---|
spotfire.webPlayer.markingOperation = function(); spotfire.webPlayer.markingOperation.createEnum('spotfire.webPlayer.markingOperation', false); |
Members
| Member name | Value | Description | |
|---|---|---|---|
| REPLACE | 0 | Replaces the given marking with the new conditions specified in the where clause. | |
| ADD | 1 | Add rows from the specified where clause to the given marking. | |
| SUBTRACT | 2 | Removes rows from the specified where clause in the given marking. | |
| TOGGLE | 3 | Toggles between the current marking and the result of the specified where clause. | |
| INTERSECT | 4 | Intersects the current marking with the marking specified in the where clause. | |
| CLEAR | 5 | Clears the given marking. The where clause will be ignored. |
Version Information
Supported in: 6.0, 5.5, 5.0, 4.0, 3.2, 1.0