PP.Ui.getConfig

Syntax

PP.Ui.getConfig(selector);

Parameters

selector. Property name of nested object of the PP.Ui.ConfigClass class which settings will be returned. If parameter is not set, it is the PP.Ui.ConfigClassclass which will be returned.

Description

The getConfig method returns visual components global settings object.

Example

The property use is given in description of the PP.Ui.ConfigClass.getChartmethod.

See also:

PP.Ui