Skip to main content

getCustomFunction

Callable

  • getCustomFunction<A, T>(key: string): (...args: A) => Promise<T>

  • Returns the customFunction. Prefer usage via useCustomFunction when possible


    Type parameters

    • A: any[]
    • T

    Parameters

    • key: string

      functionName

    Returns (...args: A) => Promise<T>

      • (...args: A): Promise<T>
      • Parameters

        • rest...args: A

        Returns Promise<T>