cheatgui
Preparing search index...
functions
input
Function input
input
(
options
:
{
label
:
string
;
onChange
?:
(
value
:
string
)
=>
void
;
value
?:
string
;
}
,
)
:
InputWidget
Create an input widget
Parameters
options
:
{
label
:
string
;
onChange
?:
(
value
:
string
)
=>
void
;
value
?:
string
}
Input options
label
:
string
Input label
Optional
onChange
?:
(
value
:
string
)
=>
void
Change callback
Optional
value
?:
string
Initial value
Returns
InputWidget
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
cheatgui
Loading...
Create an input widget