getConfig

gets the Pivot configuration object

object getConfig();

Returns

objectthe Pivot configuration object

Example

var config = myPivot.getConfig();

Details

The list of properties that can be included into Pivot configuration object is given in the related section.

See also
Back to top