We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.
Documentation menu

getAllConditions

getAllConditions():Array

Returns a list of all the rules for conditional formatting of the current report. This API call is most commonly used for editing existing conditional formatting rules.

Returns

Returns an array of Conditional Format Objects.

Example

Get all the conditional formatting rules from the report:

var conditions = webdatarocks.getAllConditions();

Try on CodePen.

See also