Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81e43c5

Browse files
authoredJan 12, 2024
docs(typography): trigerType api supplement Chinese translation (#7228)
1 parent f400c80 commit 81e43c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/typography/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*LT2jR41Uj2EAAA
116116
| editing | 控制是否是编辑中状态 | boolean | false | |
117117
| maxlength | 编辑中文本域最大长度 | number | - | |
118118
| tooltip | 是否展示提示文本 | boolean | true | |
119-
| triggerType | Edit mode trigger - icon, text or both (not specifying icon as trigger hides it) | Array<`icon`\|`text`> | \[`icon`] | |
119+
| triggerType | 编辑模式触发器类型,图标、文本或者两者都设置(不设置图标作为触发器时它会隐藏) | Array<`icon`\|`text`> | \[`icon`] | |
120120
| onCancel | 按 ESC 退出编辑状态时触发 | function | - | |
121121
| onChange | 文本域编辑时触发 | function(event) | - | |
122122
| onEnd | 按 ENTER 结束编辑状态时触发 | function | - | |

0 commit comments

Comments
 (0)
Please sign in to comment.