Click or drag to resize

markingOperation Enumeration

Marking operation definitions. Used as argument to the Marking.setMarking function.

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.3
Syntax
JavaScript
spotfire.webPlayer.markingOperation = function();
spotfire.webPlayer.markingOperation.createEnum('spotfire.webPlayer.markingOperation', false);
Members
  Member nameValueDescription
REPLACE0Replaces the given marking with the new conditions specified in the where clause.
ADD1Add rows from the specified where clause to the given marking.
SUBTRACT2Removes rows from the specified where clause in the given marking.
TOGGLE3Toggles between the current marking and the result of the specified where clause.
INTERSECT4Intersects the current marking with the marking specified in the where clause.
CLEAR5Clears the given marking. The where clause will be ignored.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also