Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/hooks/useEntity
IParams
Interface IParams<T>
Represents the parameters for a class.
interface
IParams
<
T
extends
IEntity
=
any
>
{
debounce
?:
number
;
initialValue
:
T
|
Entity
<
T
>
|
()
=>
T
;
onChange
?:
(
item
:
EntityAdapter
<
T
>
)
=>
void
;
}
Type Parameters
T
extends
IEntity
=
any
The type of the entity.
Index
Properties
debounce?
initial
Value
on
Change?
Properties
Optional
debounce
debounce
?:
number
initial
Value
initialValue
:
T
|
Entity
<
T
>
|
()
=>
T
Optional
on
Change
onChange
?:
(
item
:
EntityAdapter
<
T
>
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debounce
initial
Value
on
Change
react-declarative
Loading...
Represents the parameters for a class.