Preparing search index...
The search index is not available
@rxap/forms - v19.1.0
@rxap/forms
FormLoadMethod
Interface FormLoadMethod<FormState, Context, Initial>
interface
FormLoadMethod
<
FormState
=
any
,
Context
=
any
,
Initial
=
any
>
{
metadata
?:
any
;
call
(
data
:
{
context
:
null
|
Context
;
initial
:
null
|
Initial
}
,
)
:
FormState
|
Promise
<
FormState
>
;
}
Type Parameters
FormState
=
any
Context
=
any
Initial
=
any
Hierarchy
Method
<
FormState
>
FormLoadMethod
Index
Properties
metadata?
Methods
call
Properties
Optional
metadata
metadata
?:
any
Methods
call
call
(
data
:
{
context
:
null
|
Context
;
initial
:
null
|
Initial
}
,
)
:
FormState
|
Promise
<
FormState
>
Parameters
data
:
{
context
:
null
|
Context
;
initial
:
null
|
Initial
}
Returns
FormState
|
Promise
<
FormState
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
Methods
call
@rxap/forms - v19.1.0
Loading...