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. Options
  3. Configuration

Immediate callback call

PreviousAuto startNextSelf correction

Last updated 1 year ago

Was this helpful?

Name

immediate

Type

boolean

Default value

false

Description

Trigger immediately after timer is started

callback