@umbraco-cms/backoffice
Preparing search index...
packages/core/utils
UmbDebouncedFunction
Interface UmbDebouncedFunction<T>
interface
UmbDebouncedFunction
<
T
extends
(
...
args
:
any
[]
)
=>
any
>
{
cancel
()
:
void
;
(
...
args
:
Parameters
<
T
>
)
:
void
;
}
Type Parameters
T
extends
(
...
args
:
any
[]
)
=>
any
UmbDebouncedFunction
(
...
args
:
Parameters
<
T
>
)
:
void
Parameters
...
args
:
Parameters
<
T
>
Returns
void
Index
Methods
cancel
Methods
cancel
cancel
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
cancel
@umbraco-cms/backoffice
Loading...