Files
developtools_ace-ets2bundle/compiler/components/text.json
T
wzztoone 3932f3e0ad add copyOption
Signed-off-by: wzztoone <wangzezhen@huawei.com>
Change-Id: I78656f4bac3c95c2180dc2adee5819ebc9a8e2b0
2022-05-28 15:03:27 +08:00

9 lines
285 B
JSON

{
"name": "Text",
"children": ["Span"],
"attrs": [
"fontColor", "fontSize", "fontStyle", "fontWeight", "textAlign", "lineHeight", "textOverflow",
"maxLines", "decoration", "letterSpacing", "textCase", "baselineOffset", "minFontSize",
"maxFontSize", "copyOption"
]
}