Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components/One/api/useLocalHandler
ILocalHandlerResult
Interface ILocalHandlerResult<Data>
Represents the result of handling a local operation.
interface
ILocalHandlerResult
<
Data
extends
IAnything
=
IAnything
>
{
change
:
undefined
|
(
Data
:
Data
,
initial
:
boolean
)
=>
void
;
data
:
null
|
Data
;
}
Type Parameters
Data
extends
IAnything
=
IAnything
The type of data returned by the operation.
Index
Properties
change
data
Properties
change
change
:
undefined
|
(
Data
:
Data
,
initial
:
boolean
)
=>
void
data
data
:
null
|
Data
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
change
data
react-declarative
Loading...
Represents the result of handling a local operation.