developtools_ace_ets2bundle/compiler/components/textarea.json
mengbin b8680db4c7 缺少配置无法双绑定
Signed-off-by: mengbin <mengbin11@huawei.com>
2024-08-26 10:41:12 +08:00

58 lines
1.0 KiB
JSON

{
"name": "TextArea",
"atomic": true,
"attrs": [
"placeholderColor",
"placeholderFont",
"textAlign",
"caretColor",
"onChange",
"onCopy",
"onCut",
"onPaste",
"fontSize",
"fontColor",
"fontStyle",
"fontWeight",
"fontFamily",
"minFontSize",
"maxFontSize",
"heightAdaptivePolicy",
"decoration",
"letterSpacing",
"lineHeight",
"inputFilter",
"copyOption",
"onEditChange",
"maxLength",
"showCounter",
"style",
"enableKeyboardOnFocus",
"onTextSelectionChange",
"onContentScroll",
"selectionMenuHidden",
"enterKeyType",
"onSubmit",
"barState",
"maxLines",
"wordBreak",
"customKeyboard",
"type",
"enablePreviewText",
"editMenuOptions",
"lineBreakStrategy",
"lineSpacing",
"contentType",
"onWillDelete",
"onDidDelete",
"onWillInsert",
"onDidInsert",
"fontFeature",
"textOverflow",
"textIndent",
"caretStyle",
"selectedBackgroundColor",
"enableAutoFill"
]
}