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