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