feat: get page value and append element api #211

This commit is contained in:
Hufe921
2023-07-12 17:42:11 +08:00
parent ccb1aa70ab
commit 85a9dcbcf2
6 changed files with 58 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const {
header?: IHeader;
watermark?: IWatermark;
data: IEditorData;
} = instance.command.getValue()
} = instance.command.getValue(options?: IGetValueOption)
```
## getImage