Function setTimeout

  • The global setTimeout() method sets a timer which executes a function or specified piece of code once the timer expires.

    Parameters

    • handler: TimerHandler
    • timeout: number = 0
    • Rest ...args: any[]

    Returns number

Generated using TypeDoc