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