_BaseInsightSettings

This is the base class that all insight settings widgets extend. This class should not be instantiated directly.

Example
define([
  "blueconic/api/widgets/plugins/_BaseInsightSettings"
], function(_BaseInsightSettings) {
  // ...
});

Extends

Properties

Parameters for this plugin, injected by the framework.

Functions

Return the parameters object.
Parameter update logic should be implemented here.

Returns:
Type Description
blueconic.api.data.domain.Parameters The updated parameters object.