Preparing search index...
@universe-dg/sdk
Universe
DG
Data
DebouncedFunction
Type Alias DebouncedFunction<T>
Public
type
DebouncedFunction
<
T
extends
(
...
args
:
any
[]
)
=>
any
>
=
{
cancel
:
()
=>
void
;
(
...
args
:
Parameters
<
T
>
)
:
void
;
}
Type Parameters
T
extends
(
...
args
:
any
[]
)
=>
any
DebouncedFunction
(
...
args
:
Parameters
<
T
>
)
:
void
Parameters
...
args
:
Parameters
<
T
>
Returns
void
Index
Properties
cancel
Properties
cancel
cancel
:
()
=>
void
On This Page
Properties
cancel
Юниверс DG SDK UI
Loading...
Public