mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 16:39:56 +00:00
b8680db4c7
Signed-off-by: mengbin <mengbin11@huawei.com>
58 lines
1.0 KiB
JSON
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"
|
|
]
|
|
}
|