_PluggableMixin

This mixin can be used for objects that are pluggable (like listeners, connections etc...).

Example
define([
  "blueconic/api/data/domain/_PluggableMixin"
], function(_PluggableMixin) {
  // ...
});

Properties

Object containing the parameters of this pluggable domain object.

Reference to the plugin definition of this pluggable domain object.