Logos DX
Preparing search index...
@logosdx/utils
DebouncedFunction
Interface DebouncedFunction<T>
interface
DebouncedFunction
<
T
extends
Func
>
{
cancel
()
:
void
;
flush
()
:
ReturnType
<
T
>
|
undefined
;
(
...
args
:
Parameters
<
T
>
)
:
void
;
}
Type Parameters
T
extends
Func
DebouncedFunction
(
...
args
:
Parameters
<
T
>
)
:
void
Parameters
...
args
:
Parameters
<
T
>
Returns
void
Index
Methods
cancel
flush
Methods
cancel
cancel
()
:
void
Returns
void
flush
flush
()
:
ReturnType
<
T
>
|
undefined
Returns
ReturnType
<
T
>
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
cancel
flush
Logos DX
Loading...