@bluelibs/runner - v6.3.1
Preparing search index...
DebounceState
Interface DebounceState
interface
DebounceState
{
key
:
string
;
latestInput
?:
unknown
;
rejectList
:
(
(
error
:
unknown
)
=>
void
)
[]
;
resolveList
:
(
(
value
:
unknown
)
=>
void
)
[]
;
scheduledAt
?:
number
;
timeoutId
?:
Timeout
;
}
Index
Properties
key
latest
Input?
reject
List
resolve
List
scheduled
At?
timeout
Id?
Properties
key
key
:
string
Optional
latest
Input
latestInput
?:
unknown
reject
List
rejectList
:
(
(
error
:
unknown
)
=>
void
)
[]
resolve
List
resolveList
:
(
(
value
:
unknown
)
=>
void
)
[]
Optional
scheduled
At
scheduledAt
?:
number
Optional
timeout
Id
timeoutId
?:
Timeout
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
latest
Input
reject
List
resolve
List
scheduled
At
timeout
Id
@bluelibs/runner - v6.3.1
Loading...