Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/sdk-utils
Debounce
Class Debounce<TKey>
Type Parameters
TKey
=
string
Index
Constructors
constructor
Methods
one
Constructors
constructor
new
Debounce
<
TKey
=
string
>
()
:
Debounce
<
TKey
>
Type Parameters
TKey
=
string
Returns
Debounce
<
TKey
>
Methods
one
one
<
T
>
(
key
:
TKey
,
closure
:
()
=>
Promise
<
T
>
,
timeout
?:
number
)
:
Promise
<
T
>
Type Parameters
T
Parameters
key
:
TKey
closure
:
()
=>
Promise
<
T
>
Optional
timeout
:
number
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
one
XYO Platform SDK - v3.6.9
Loading...