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 "minFontSize", 19 "maxFontSize", 20 "heightAdaptivePolicy", 21 "decoration", 22 "letterSpacing", 23 "lineHeight", 24 "inputFilter", 25 "copyOption", 26 "onEditChange", 27 "maxLength", 28 "showCounter", 29 "style", 30 "enableKeyboardOnFocus", 31 "onTextSelectionChange", 32 "onContentScroll", 33 "selectionMenuHidden", 34 "enterKeyType", 35 "onSubmit", 36 "barState", 37 "maxLines", 38 "wordBreak", 39 "customKeyboard", 40 "type" 41 ] 42} 43