feat: add executeBlur api #262
This commit is contained in:
@@ -89,6 +89,16 @@ instance.command.executeSetRange(startIndex: number , endIndex: number)
|
||||
instance.command.executeForceUpdate(options?: IForceUpdateOption)
|
||||
```
|
||||
|
||||
## executeBlur
|
||||
|
||||
功能:设置编辑器失焦
|
||||
|
||||
用法:
|
||||
|
||||
```javascript
|
||||
instance.command.executeBlur()
|
||||
```
|
||||
|
||||
## executeUndo
|
||||
|
||||
功能:撤销
|
||||
@@ -842,4 +852,4 @@ instance.command.executeSetControlValue(payload: ISetControlValueOption)
|
||||
|
||||
```javascript
|
||||
instance.command.executeSetControlExtension(payload: ISetControlExtensionOption)
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user