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 "enablePreviewText", 42 "editMenuOptions", 43 "lineBreakStrategy", 44 "lineSpacing", 45 "contentType", 46 "onWillDelete", 47 "onDidDelete", 48 "onWillInsert", 49 "onDidInsert", 50 "fontFeature", 51 "textOverflow", 52 "textIndent", 53 "caretStyle", 54 "selectedBackgroundColor", 55 "enableAutoFill" 56 ] 57} 58