v7.3.0
SupportExamplesFree Trial

ConsumerBase
internal

Base class for consumers of the output from the exporters.

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • Internal listeners, that cannot be removed by the user.

Properties

Properties are getters/setters or publicly accessible variables on this class

Functions

Functions are methods available for calling on the class
    • Internal function used to hook destroy() calls when using thisObj

    • Internal function used restore hooked destroy() calls when using thisObj

    • doDestroy( )
      internal
      Events

      Auto detaches listeners registered from start, if set as detachable

    • once( )
      private
      Events

      Internal function used to run a callback function after an event is triggered

    • Removes all listeners registered to this object by the application.

    Events

    Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

    Event handlers

    Event handlers are callbacks called as a result of certain actions in this class

    Source path

    Grid/feature/export/consumer/ConsumerBase.js

    Contents