bindMethods
bindMethods(
instance
, …methodNames
):void
Defined in: utils/bind.ts:10
Binds the provided methods to the provided instance.
Parameters
Section titled “Parameters”instance
Section titled “instance”unknown
The instance to which the methods should be bound.
methodNames
Section titled “methodNames”…string
[]
The names of the methods to bind.
Returns
Section titled “Returns”void