ParametersDimensionsView.getInitState

Syntax

getInitState();

Description

The getInitState method returns initial state of settings defined for the Dimensions tab of the Parameters dialog box.

Comments

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).

Example

The example of use is given on the page with description of the ParametersDataSource.getCurrentState method.

See also:

ParametersDimensionsView