Typing Flow Docs
  • Introduction
    • Get started
    • Configuration
    • Commands
      • text
      • backspace
      • del
      • cursorLeft
      • cursorRight
      • delay
      • home
      • end
    • Examples
  • Features
    • Renderers
    • Hooks
  • Plugins
    • chain
Powered by GitBook
On this page
  1. Introduction
  2. Commands

delay

Add pause between some commands.

// first argument is ms to delay
delay(400)

PreviouscursorRightNexthome

Last updated 3 months ago