Preparing search index...
The search index is not available
@amirsavand/ngx-common - v4.2.0
@amirsavand/ngx-common
DebouncedInvokerInit
Interface DebouncedInvokerInit
interface
DebouncedInvokerInit
{
delay
?:
number
;
method
:
(
(
)
=>
void
)
;
}
Index
Properties
delay?
method
Properties
Optional
delay
delay
?:
number
DebouncedInvoker.delay
method
method
:
(
(
)
=>
void
)
DebouncedInvoker.method
Type declaration
(
)
:
void
Method to be invoked with delay.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
delay
method
@amirsavand/ngx-common - v4.2.0
Loading...
DebouncedInvoker.delay