Kap.init

Syntax

Kap.init (settings);

Parameters

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.

Description

The init function is used for dashboard initialization.

Example

The example of use is given in description of the Dashboard constructor.

See also:

Kap