1{ 2 "name": "TextInput", 3 "atomic": true, 4 "attrs": [ 5 "type", 6 "placeholderColor", 7 "placeholderFont", 8 "enterKeyType", 9 "caretColor", 10 "maxLength", 11 "onEditChanged", 12 "onSubmit", 13 "onChange", 14 "onCopy", 15 "OnCut", 16 "OnPaste", 17 "fontSize", 18 "fontColor", 19 "fontStyle", 20 "fontWeight", 21 "fontFamily", 22 "inputFilter", 23 "onEditChange", 24 "copyOption", 25 "style", 26 "passwordIcon", 27 "showError", 28 "showUnit", 29 "showUnderline", 30 "enableKeyboardOnFocus", 31 "onTextSelectionChange", 32 "onContentScroll", 33 "selectionMenuHidden", 34 "selectedBackgroundColor" 35 ] 36} 37