Skip to content
On this page

nextTick()

Schedules execution of handler on next tick/next frame.

Function Definition

ts
function nextTick(handler: (...args: any[]) => void): number;

Arguments

  • handler: (...args: any[]) => void

Returns

  • number

Documentation

No Documentation Provided Yet

Documentation Created with ❤️ by Stuyk