Preparing search index...
The search index is not available
XYO Platform React SDK - v4.1.8
XYO Platform React SDK
@xyo-network/react-form-group
FormGroupStorage
Interface FormGroupStorage<TValue>
interface
FormGroupStorage
<
TValue
>
{
clear
:
(
(
)
=>
Promisable
<
void
>
)
;
get
:
(
(
)
=>
Promisable
<
undefined
|
TValue
>
)
;
insert
:
(
(
state
:
TValue
)
=>
Promisable
<
void
>
)
;
}
Type Parameters
TValue
extends
Payload
=
Payload
Implemented by
ArchivistFormGroupStorage
Index
Properties
clear
get
insert
Properties
clear
clear
:
(
(
)
=>
Promisable
<
void
>
)
get
get
:
(
(
)
=>
Promisable
<
undefined
|
TValue
>
)
insert
insert
:
(
(
state
:
TValue
)
=>
Promisable
<
void
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
get
insert
XYO Platform React SDK - v4.1.8
Loading...