feat: add SetHTML api
Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
This commit is contained in:
@@ -743,3 +743,11 @@ Usage:
|
||||
```javascript
|
||||
instance.command.executeWordTool()
|
||||
```
|
||||
|
||||
## executeSetHTML
|
||||
Feature: Set the editor HTML data
|
||||
|
||||
Usage:
|
||||
```javascript
|
||||
instance.command.executeSetHTML(payload: Partial<IEditorHTML)
|
||||
```
|
||||
|
||||
@@ -743,3 +743,11 @@ instance.command.executeLocationCatalog(titleId: string)
|
||||
```javascript
|
||||
instance.command.executeWordTool()
|
||||
```
|
||||
|
||||
## executeSetHTML
|
||||
功能:设置编辑器HTML数据
|
||||
|
||||
用法:
|
||||
```javascript
|
||||
instance.command.executeSetHTML(payload: Partial<IEditorHTML)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user