effex-monorepo
Preparing search index...
form/src
ArrayField
Interface ArrayField<F>
An array field containing repeated fields.
interface
ArrayField
<
F
extends
Field
<
any
,
any
>
>
{
_tag
:
"Array"
;
"[FieldTypeId]"
:
typeof
FieldTypeId
;
config
:
FieldConfig
;
element
:
F
;
}
Type Parameters
F
extends
Field
<
any
,
any
>
Index
Properties
_
tag
[
Field
Type
Id]
config
element
Properties
Readonly
_
tag
_tag
:
"Array"
Readonly
[
Field
Type
Id]
"[FieldTypeId]"
:
typeof
FieldTypeId
Readonly
config
config
:
FieldConfig
Readonly
element
element
:
F
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
tag
[
Field
Type
Id]
config
element
effex-monorepo
Loading...
An array field containing repeated fields.