mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 20:36:34 +00:00
docs: update common.md
This commit is contained in:
parent
358dde43a4
commit
ebc137d118
@ -95,6 +95,17 @@ common.utils.startTransaction(() => {
|
|||||||
}, IPublicEnumTransitionType.repaint);
|
}, IPublicEnumTransitionType.repaint);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### getConvertedExtraKey
|
||||||
|
|
||||||
|
props key 转化工具
|
||||||
|
|
||||||
|
```typescript
|
||||||
|
getConvertedExtraKey(key: string): string
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
**@since v1.0.17**
|
||||||
|
|
||||||
#### createIntl
|
#### createIntl
|
||||||
i18n 相关工具
|
i18n 相关工具
|
||||||
```typescript
|
```typescript
|
||||||
@ -144,4 +155,4 @@ const { intl, getLocale, setLocale } = common.utils.createIntl({
|
|||||||
* get Workbench Component
|
* get Workbench Component
|
||||||
*/
|
*/
|
||||||
get Workbench(): Component;
|
get Workbench(): Component;
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user