IdleManagerOptions
IdleManagerOptions =
object
Defined in: idleManager.ts:2
Extended by
Section titled “Extended by”Properties
Section titled “Properties”captureScroll?
Section titled “captureScroll?”
optional
captureScroll:boolean
Defined in: idleManager.ts:16
capture scroll events
Default
Section titled “Default”false
idleTimeout?
Section titled “idleTimeout?”
optional
idleTimeout:number
Defined in: idleManager.ts:11
timeout in ms
Default
Section titled “Default”30 minutes [600_000]
onIdle?
Section titled “onIdle?”
optional
onIdle:IdleCB
Defined in: idleManager.ts:6
Callback after the user has gone idle
scrollDebounce?
Section titled “scrollDebounce?”
optional
scrollDebounce:number
Defined in: idleManager.ts:21
scroll debounce time in ms
Default
Section titled “Default”100