Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/utils/hof/debounce
IClearable
Interface IClearable
Interface representing an object that can be cleared and flushed.
interface
IClearable
{
clear
:
()
=>
void
;
flush
:
()
=>
void
;
pending
:
()
=>
boolean
;
}
Index
Properties
clear
flush
pending
Properties
clear
clear
:
()
=>
void
flush
flush
:
()
=>
void
pending
pending
:
()
=>
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
flush
pending
react-declarative
Loading...
Interface representing an object that can be cleared and flushed.