Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GroupMetrics<Data>

Type parameters

  • Data

Hierarchy

Implements

Index

Constructors

constructor

Accessors

data

processing

  • get processing(): boolean

Methods

bind

Protected bindings

  • Sets the bindings that should be added to the generator, should be called after super. It will automatically bind this to the listeners.

    example
    constructor(init: QuestionMetricsInit<Data>) {
      super();
    
      this.bindings({
        'feature': this.handleFeature,
        'input': this.handleInput,
        'suggestions': this.handleSuggestions,
        'step': this.handleStep,
      });

    Parameters

    Returns this

dispose

  • dispose(): this

Protected invoke

off

on

once

subscribe

unbind

  • unbind(): this