ComponentTextInput
Inherits: BoxContainer
Properties
| Type | Name | Default |
|---|---|---|
| String | title | "Setting" |
| String | description | "Description" |
| String | text | |
| String | placeholder_text | |
| bool | editable | true |
| bool | secret | false |
| bool | enable_osk | true |
| KeyboardInstance | keyboard | |
| Label | label | |
| Label | description_label | |
| LineEdit | line_edit | |
| KeyboardContext | keyboard_context |
Property Descriptions
title
String title = "Setting"
Note
There is currently no description for this property. Please help us by contributing one!
description
String description = "Description"
Note
There is currently no description for this property. Please help us by contributing one!
text
String text
Note
There is currently no description for this property. Please help us by contributing one!
placeholder_text
String placeholder_text
Note
There is currently no description for this property. Please help us by contributing one!
editable
bool editable = true
Note
There is currently no description for this property. Please help us by contributing one!
secret
bool secret = false
Note
There is currently no description for this property. Please help us by contributing one!
enable_osk
bool enable_osk = true
Note
There is currently no description for this property. Please help us by contributing one!
keyboard
KeyboardInstance keyboard
Note
There is currently no description for this property. Please help us by contributing one!
label
Label label
Note
There is currently no description for this property. Please help us by contributing one!
description_label
Label description_label
Note
There is currently no description for this property. Please help us by contributing one!
line_edit
LineEdit line_edit
Note
There is currently no description for this property. Please help us by contributing one!
keyboard_context
KeyboardContext keyboard_context
Note
There is currently no description for this property. Please help us by contributing one!