Preparing search index...
The search index is not available
@rxap/forms - v19.0.4
@rxap/forms
RxapFormBuilder
Class RxapFormBuilder<Data, Form>
Type Parameters
Data
extends
Record
<
string
,
any
>
=
any
Form
extends
FormType
<
Data
>
=
FormType
<
Data
>
Index
Constructors
constructor
Methods
build
Constructors
constructor
new
RxapFormBuilder
<
Data
extends
Record
<
string
,
any
>
=
any
,
Form
extends
FormType
<
Data
>
=
FormType
<
Data
>
,
>
(
definition
:
Constructor
<
Form
>
,
injector
?:
Injector
,
providers
?:
StaticProvider
[]
,
)
:
RxapFormBuilder
<
Data
,
Form
>
Type Parameters
Data
extends
Record
<
string
,
any
>
=
any
Form
extends
FormType
<
Data
>
=
FormType
<
Data
>
Parameters
definition
:
Constructor
<
Form
>
injector
:
Injector
= Injector.NULL
providers
:
StaticProvider
[]
= []
Returns
RxapFormBuilder
<
Data
,
Form
>
Methods
build
build
<
T
extends
FormType
<
Data
>
|
FormDefinition
<
Data
,
any
,
any
>
>
(
state
?:
Readonly
<
any
>
,
options
?:
Partial
<
FormDefinitionMetadata
&
{
controlId
?:
string
}
>
,
)
:
T
Type Parameters
T
extends
FormType
<
Data
>
|
FormDefinition
<
Data
,
any
,
any
>
Parameters
state
:
Readonly
<
any
>
= {}
options
:
Partial
<
FormDefinitionMetadata
&
{
controlId
?:
string
}
>
= {}
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
build
@rxap/forms - v19.0.4
Loading...