React interval hook
  • Introduction
  • Installation
  • Basics
  • Advanced
    • Definition
    • Callback
    • Interval
    • Options
      • Configuration
        • Auto start
        • Immediate callback call
        • Self correction
      • Callbacks
        • On finish
    • Hook result / Controls
      • Start
      • Stop
      • Is active
  • Examples
    • Advanced usage
    • Live demo
      • Version 1
  • Migration
    • Change log
Powered by GitBook
On this page

Was this helpful?

  1. Advanced
  2. Hook result / Controls

Start

PreviousHook result / ControlsNextStop

Last updated 1 year ago

Was this helpful?

Name

start

Type

() => void

Description

Starts interval timer when is set to false or after timer was stopped using .

autoStart
stop method