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