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