GeoLeaf Core API - v3.0.0
Preparing search index...
contracts/attributes.contract
LongtextOptions
Interface LongtextOptions
Options of the
longtext
widget.
interface
LongtextOptions
{
maxLength
?:
number
;
rows
?:
number
;
placeholder
?:
string
;
}
Index
Properties
max
Length?
rows?
placeholder?
Properties
Optional
Readonly
max
Length
maxLength
?:
number
Optional
Readonly
rows
rows
?:
number
Optional
Readonly
placeholder
placeholder
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Length
rows
placeholder
GeoLeaf Core API - v3.0.0
Loading...
Options of the
longtextwidget.