Frodo Library - v4.0.0-24
Project Home
Preparing search index...
Reference
MultiSelectField
Interface MultiSelectField
interface
MultiSelectField
{
customSlot
:
false
|
"formText"
;
description
?:
string
;
id
:
string
;
label
:
string
;
layout
:
{
columns
:
number
;
offset
:
number
}
;
model
:
string
;
onChangeEvent
:
RequestFormEvent
;
options
:
|
{
object
:
SelectFieldObjectType
;
queryFilter
?:
string
}
|
{
label
:
string
;
selectedByDefault
?:
boolean
;
value
:
string
}
[]
;
readOnly
:
boolean
;
type
:
FieldType
;
validation
:
{
regex
?:
{
message
?:
string
;
pattern
?:
string
}
;
required
?:
boolean
;
}
;
}
Hierarchy (
View Summary
)
SelectField
MultiSelectField
Index
Properties
custom
Slot
description?
id
label
layout
model
on
Change
Event
options
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
options
options
:
|
{
object
:
SelectFieldObjectType
;
queryFilter
?:
string
}
|
{
label
:
string
;
selectedByDefault
?:
boolean
;
value
:
string
}
[]
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
options
read
Only
type
validation
Project Home
Frodo Library - v4.0.0-24
Loading...