blob: 3f2e40566cef56630a4a4adcede0d2c1e7d4e047 [file]
{
"name": "TextInput",
"key": {
"int": 569,
"string": "textinput"
},
"extends": "drawable.json",
"properties": {
"text": {
"type": "String",
"initialValue": "''",
"key": {
"int": 817,
"string": "text"
},
"bindable": true
},
"selectionRadius": {
"type": "double",
"initialValue": "5.0",
"animates": true,
"key": {
"int": 818,
"string": "selectionradius"
},
"description": "Selection radius applied to the selection geometry",
"bindable": true
},
"fieldHeight": {
"type": "double",
"initialValue": "98.0",
"key": {
"int": 819,
"string": "fieldheight"
},
"description": "An edit time property used to track the height of the field in the inspector",
"runtime": false,
"coop": false
},
"multiline": {
"type": "bool",
"initialValue": "true",
"key": {
"int": 979,
"string": "multiline"
},
"description": "Whether the text input is single line or multiline",
"bindable": true
}
}
}