feat: add cursor setting option to executeSetValue api #715
This commit is contained in:
@@ -789,7 +789,7 @@ Feature: Set the editor data
|
||||
Usage:
|
||||
|
||||
```javascript
|
||||
instance.command.executeSetValue(payload: Partial<IEditorData>)
|
||||
instance.command.executeSetValue(payload: Partial<IEditorData>, options?: ISetValueOption)
|
||||
```
|
||||
|
||||
## executeRemoveControl
|
||||
|
||||
@@ -789,7 +789,7 @@ instance.command.executeUpdateElementById(payload: IUpdateElementByIdOption)
|
||||
用法:
|
||||
|
||||
```javascript
|
||||
instance.command.executeSetValue(payload: Partial<IEditorData>)
|
||||
instance.command.executeSetValue(payload: Partial<IEditorData>, options?: ISetValueOption)
|
||||
```
|
||||
|
||||
## executeRemoveControl
|
||||
|
||||
Reference in New Issue
Block a user