Frodo Library - v4.0.0-24
Project Home
Preparing search index...
Reference
CustomFormField
Interface CustomFormField
interface
CustomFormField
{
customSlot
:
false
|
"formText"
;
description
?:
string
;
id
:
string
;
label
:
string
;
layout
:
{
columns
:
number
;
offset
:
number
}
;
model
:
string
;
onChangeEvent
:
RequestFormEvent
;
readOnly
:
boolean
;
type
:
FieldType
;
validation
:
{
regex
?:
{
message
?:
string
;
pattern
?:
string
}
;
required
?:
boolean
;
}
;
}
Hierarchy (
View Summary
)
RequestFormField
CustomFormField
TextField
CheckboxField
SelectField
DateField
Index
Properties
custom
Slot
description?
id
label
layout
model
on
Change
Event
read
Only
type
validation
Properties
custom
Slot
customSlot
:
false
|
"formText"
Optional
description
description
?:
string
id
id
:
string
label
label
:
string
layout
layout
:
{
columns
:
number
;
offset
:
number
}
model
model
:
string
on
Change
Event
onChangeEvent
:
RequestFormEvent
read
Only
readOnly
:
boolean
type
type
:
FieldType
validation
validation
:
{
regex
?:
{
message
?:
string
;
pattern
?:
string
}
;
required
?:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Slot
description
id
label
layout
model
on
Change
Event
read
Only
type
validation
Project Home
Frodo Library - v4.0.0-24
Loading...