_BaseInteraction

This is the base class that all interaction objects extend. This class should not be instantiated directly.

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

Extends

Properties

The context of the dialogue that is currently loaded.

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.