1{ 2 "name": "TextArea", 3 "atomic": true, 4 "attrs": [ 5 "placeholderColor", 6 "placeholderFont", 7 "textAlign", 8 "caretColor", 9 "onChange", 10 "onCopy", 11 "OnCut", 12 "OnPaste", 13 "fontSize", 14 "fontColor", 15 "fontStyle", 16 "fontWeight", 17 "fontFamily", 18 "inputFilter", 19 "copyOption", 20 "onEditChange", 21 "maxLength", 22 "showCounter", 23 "style", 24 "enableKeyboardOnFocus", 25 "onTextSelectionChange", 26 "onContentScroll", 27 "selectionMenuHidden" 28 ] 29} 30