Kap.init (settings);
settings. JSON object that contains dashboard initialization parameters.
The following parameters are available:
Parameter Name | Type | Brief description |
Metabase | PP.Mb.Metabase | Repository to which you will connect. Required parameter. |
ImagePath | String | Path to images folder. Optional parameter. |
ResourcesPath | String | Path to resources folder. Optional parameter. |
The init function is used for dashboard initialization.
The example of use is given in description of the Dashboard constructor.
See also: