v7.3.0
SupportExamplesFree Trial

WebSocketConsumer
internal

This consumer establishes a websocket connection to the backend and sends generated pages one by one to keep client memory footprint low

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
  • isWebSocketConsumer : Booleantrue
    READONLY
    ADVANCED
    Identifies an object as an instance of WebSocketConsumer class, or subclass thereof.

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/WebSocketConsumer.js

    Contents