HybridForms API
Preparing search index...
IField
Interface IField
interface
IField
{
condition
?:
ICondition
;
conditionControl
?:
string
[]
;
customControlClass
?:
string
;
defaultValue
:
string
;
format
?:
string
;
htmlTag
:
string
;
id
:
string
;
label
:
string
;
list
:
boolean
;
listOptions
?:
IListOptions
;
name
:
string
;
options
:
{
[
key
:
string
]:
any
}
;
refBlockCode
?:
string
;
refSectionCode
?:
string
;
refTabCode
?:
string
;
removeIf
?:
string
[]
;
repeatableDefaultId
?:
string
;
required
:
boolean
;
requiredFields
:
RequiredFields
;
requiredFieldsOp
?:
string
;
state
?:
IState
;
type
:
string
;
validator
:
IFieldValidator
;
value
:
string
;
}
Index
Properties
condition?
condition
Control?
custom
Control
Class?
default
Value
format?
html
Tag
id
label
list
list
Options?
name
options
ref
Block
Code?
ref
Section
Code?
ref
Tab
Code?
remove
If?
repeatable
Default
Id?
required
required
Fields
required
Fields
Op?
state?
type
validator
value
Properties
Optional
condition
condition
?:
ICondition
Optional
condition
Control
conditionControl
?:
string
[]
Optional
custom
Control
Class
customControlClass
?:
string
default
Value
defaultValue
:
string
Optional
format
format
?:
string
html
Tag
htmlTag
:
string
id
id
:
string
label
label
:
string
list
list
:
boolean
Optional
list
Options
listOptions
?:
IListOptions
name
name
:
string
options
options
:
{
[
key
:
string
]:
any
}
Optional
ref
Block
Code
refBlockCode
?:
string
Optional
ref
Section
Code
refSectionCode
?:
string
Optional
ref
Tab
Code
refTabCode
?:
string
Optional
remove
If
removeIf
?:
string
[]
Optional
repeatable
Default
Id
repeatableDefaultId
?:
string
required
required
:
boolean
required
Fields
requiredFields
:
RequiredFields
Optional
required
Fields
Op
requiredFieldsOp
?:
string
Optional
state
state
?:
IState
type
type
:
string
validator
validator
:
IFieldValidator
value
value
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
condition
condition
Control
custom
Control
Class
default
Value
format
html
Tag
id
label
list
list
Options
name
options
ref
Block
Code
ref
Section
Code
ref
Tab
Code
remove
If
repeatable
Default
Id
required
required
Fields
required
Fields
Op
state
type
validator
value
HybridForms API
Loading...