Preparing search index...
The search index is not available
HybridForms API
HybridForms API
OptionValue
Interface OptionValue
interface
OptionValue
{
customValue
?:
any
;
isHidden
?:
boolean
;
label
:
string
;
name
:
string
;
placeholder
?:
string
;
value
:
any
;
visibility
:
OptionVisibilityEnum
;
}
Index
Properties
custom
Value?
is
Hidden?
label
name
placeholder?
value
visibility
Properties
Optional
custom
Value
customValue
?:
any
Optional
is
Hidden
isHidden
?:
boolean
label
label
:
string
name
name
:
string
Optional
placeholder
placeholder
?:
string
value
value
:
any
visibility
visibility
:
OptionVisibilityEnum
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Value
is
Hidden
label
name
placeholder
value
visibility
HybridForms API
Loading...