Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
IInput
Interface IInput
interface
IInput
{
id
:
string
;
label
?:
string
;
placeholder
?:
string
;
type
?:
|
"number"
|
"text"
|
"password"
|
"date"
|
"time"
|
"email"
|
"url"
|
"multiline"
;
value
?:
string
;
}
Hierarchy (
View Summary
)
IControlBase
IInput
Index
Properties
id
label?
placeholder?
type?
value?
Properties
id
id
:
string
Optional
label
label
?:
string
Optional
placeholder
placeholder
?:
string
Optional
type
type
?:
|
"number"
|
"text"
|
"password"
|
"date"
|
"time"
|
"email"
|
"url"
|
"multiline"
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
label
placeholder
type
value
Plants vs. Zombies: Replanted - v1.0.3
Loading...