Interface Bindable

Base type for a class that supports binding methods by string.

Hierarchy

  • Bindable

Methods

Methods

  • Parameters

    • methodName: string

    Returns ((...args: any[]) => any)

      • (...args: any[]): any
      • Parameters

        • Rest ...args: any[]

        Returns any