Preparing search index...
The search index is not available
@rxap/forms - v19.0.4
@rxap/forms
FormSubmitMethod
Interface FormSubmitMethod<T>
interface
FormSubmitMethod
<
T
>
{
metadata
?:
any
;
call
(
parameters
:
T
,
context
?:
Record
<
string
,
unknown
>
)
:
any
;
}
Type Parameters
T
Hierarchy
MethodWithParameters
<
any
,
T
>
FormSubmitMethod
Index
Properties
metadata?
Methods
call
Properties
Optional
metadata
metadata
?:
any
Methods
call
call
(
parameters
:
T
,
context
?:
Record
<
string
,
unknown
>
)
:
any
Parameters
parameters
:
T
Optional
context
:
Record
<
string
,
unknown
>
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
metadata
Methods
call
@rxap/forms - v19.0.4
Loading...