effex-monorepo
Preparing search index...
form/src
LeafField
Interface LeafField<A, I>
A leaf field wrapping a Schema.
interface
LeafField
<
A
,
I
=
A
>
{
_tag
:
"Leaf"
;
"[FieldTypeId]"
:
typeof
FieldTypeId
;
config
:
FieldConfig
;
schema
:
Schema
<
A
,
I
>
;
}
Type Parameters
A
I
=
A
Index
Properties
_
tag
[
Field
Type
Id]
config
schema
Properties
Readonly
_
tag
_tag
:
"Leaf"
Readonly
[
Field
Type
Id]
"[FieldTypeId]"
:
typeof
FieldTypeId
Readonly
config
config
:
FieldConfig
Readonly
schema
schema
:
Schema
<
A
,
I
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
tag
[
Field
Type
Id]
config
schema
effex-monorepo
Loading...
A leaf field wrapping a Schema.