Type Alias ControllerWhileFunction<This>

ControllerWhileFunction: (
    curr: any,
    count: number,
    targetInstance: This,
    offset: number,
    startOffset: number,
) => boolean

ControllerWhileFunction.

Type Parameters

  • This

Type declaration

    • (
          curr: any,
          count: number,
          targetInstance: This,
          offset: number,
          startOffset: number,
      ): boolean
    • Parameters

      • curr: any
      • count: number
      • targetInstance: This
      • offset: number
      • startOffset: number

      Returns boolean