Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Type

A class which implements __bindAll which binds all methods to the instance. Essential to use at all classes if you don't want to use fat-arrows or manuel bindings.

export
class

Class

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

bindAll

  • bindAll(instance: Object): void

Static bindAll

  • bindAll(instance: Props<any>): void
  • Binds all methods to the instance.

    Parameters

    • instance: Props<any>

      to bind

    Returns void

Generated using TypeDoc