Browse Source

docs(typography): trigerType api supplement Chinese translation (#7228)

pull/7288/head^2
一堆菠萝 10 months ago committed by GitHub
parent
commit
81e43c56ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/typography/index.zh-CN.md

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

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

Loading…
Cancel
Save