clik-engine API
GitHub
Preparing search index...
TextInputConfig
Interface TextInputConfig
interface
TextInputConfig
{
backgroundColor
?:
number
;
borderColor
?:
number
;
focusBorderColor
?:
number
;
fontFamily
?:
string
;
fontSize
?:
string
;
height
?:
number
;
maxLength
?:
number
;
onChange
?:
(
value
:
string
)
=>
void
;
onSubmit
?:
(
value
:
string
)
=>
void
;
placeholder
?:
string
;
placeholderColor
?:
string
;
textColor
?:
string
;
value
?:
string
;
width
?:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
background
Color?
border
Color?
focus
Border
Color?
font
Family?
font
Size?
height?
max
Length?
on
Change?
on
Submit?
placeholder?
placeholder
Color?
text
Color?
value?
width?
x
y
Properties
Optional
background
Color
backgroundColor
?:
number
Optional
border
Color
borderColor
?:
number
Optional
focus
Border
Color
focusBorderColor
?:
number
Optional
font
Family
fontFamily
?:
string
Optional
font
Size
fontSize
?:
string
Optional
height
height
?:
number
Optional
max
Length
maxLength
?:
number
Optional
on
Change
onChange
?:
(
value
:
string
)
=>
void
Optional
on
Submit
onSubmit
?:
(
value
:
string
)
=>
void
Optional
placeholder
placeholder
?:
string
Optional
placeholder
Color
placeholderColor
?:
string
Optional
text
Color
textColor
?:
string
Optional
value
value
?:
string
Optional
width
width
?:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
Color
border
Color
focus
Border
Color
font
Family
font
Size
height
max
Length
on
Change
on
Submit
placeholder
placeholder
Color
text
Color
value
width
x
y
GitHub
clik-engine API
Loading...