Search
Preparing search index...
The search index is not available
formulr - v0.3.1
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
FieldSetBuilder
Class FieldSetBuilder<ChildBuilders>
Type parameters
ChildBuilders
:
Record
<
string
,
BasicBuilder
<
any
,
any
>
>
Hierarchy
BasicBuilder
<
$FieldSetValue
<
$FieldSetBuilderChildren
<
ChildBuilders
>
>
,
FieldSetModel
<
$FieldSetBuilderChildren
<
ChildBuilders
>
>
>
FieldSetBuilder
Index
Constructors
constructor
Properties
_child
Builders
_validators
phantom
Model
phantom
Value
Methods
build
validators
Constructors
constructor
new
Field
Set
Builder
(
_childBuilders
:
ChildBuilders
)
:
FieldSetBuilder
Parameters
_childBuilders:
ChildBuilders
Returns
FieldSetBuilder
Properties
Private
_child
Builders
_child
Builders
:
ChildBuilders
Protected
_validators
_validators
:
IValidators
<
$FieldSetValue
<
$FieldSetBuilderChildren
<
ChildBuilders
>
>
>
= []
phantom
Model
phantom
Model
:
FieldSetModel
<
$FieldSetBuilderChildren
<
ChildBuilders
>
>
internal
phantom
Value
phantom
Value
:
$FieldSetValue
<
$FieldSetBuilderChildren
<
ChildBuilders
>
>
internal
Methods
build
build
(
defaultValues
?:
Maybe
<
$FieldSetBuilderDefaultValue
<
ChildBuilders
>
>
)
:
FieldSetModel
<
object
>
Parameters
Optional
defaultValues:
Maybe
<
$FieldSetBuilderDefaultValue
<
ChildBuilders
>
>
Returns
FieldSetModel
<
object
>
validators
validators
(
...
validators
:
IValidators
<
$FieldSetValue
<
$FieldSetBuilderChildren
<
ChildBuilders
>
>
>
)
:
this
设置 builder 上的校验规则
Parameters
Rest
...
validators:
IValidators
<
$FieldSetValue
<
$FieldSetBuilderChildren
<
ChildBuilders
>
>
>
校验规则
Returns
this
Globals
Field
Set
Builder
constructor
_child
Builders
_validators
phantom
Model
phantom
Value
build
validators
Generated using
TypeDoc