feat: add getOptions api

This commit is contained in:
Hufe921
2023-08-27 22:03:22 +08:00
parent bc2f445472
commit 761fcde91a
4 changed files with 26 additions and 0 deletions
+10
View File
@@ -37,6 +37,16 @@ Usage:
const base64StringList = await instance.command.getImage(option?: IGetImageOption)
```
## getOptions
Feature: Get editor options
Usage:
```javascript
const editorOption = await instance.command.getOptions()
```
## getWordCount
Feature: Get document word count