getCurrentState();
The getCurrentState method returns current state of settings defined for the Dimensions tab of the Parameters dialog box.
The method returns a JSON object that has the following properties: destsVis - indicates if variants of data source display are shown, params - array of tab parameters: that is, JSON objects with the properties id (parameter identifier), k (key), value (value), and vis (indicates parameter visibility).
The example of use is given on the page with description of the ParametersDataSource.getCurrentState method.
See also: