You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/appliance-plugin.md
+60-4Lines changed: 60 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,7 @@ The following interfaces are involved:
190
190
- Server-side screenshot, after the appliance-plugin is turned on, notes cannot be obtained by calling server-side screenshot, but need to use `screenshotToCanvasAsync` to obtain the screenshot
191
191
192
192
#### New features
193
-
1. Minimap function
193
+
1. Minimap function (Version >=1.1.6)
194
194
```js
195
195
/** Create a minimap
196
196
* @paramviewId ID of the whiteboard under windowManager. The ID of the main whiteboard is mainView, and the ID of other whiteboards is the appID of addApp() return
@@ -200,7 +200,7 @@ The following interfaces are involved:
200
200
/** Destroy minimap */
201
201
destroyMiniMap(viewId: string):Promise<void>;
202
202
```
203
-
2. Filter Elements
203
+
2. Filter Elements (Version >=1.1.6)
204
204
```js
205
205
/** Filter Elements
206
206
* @param viewId ID of the whiteboard under windowManager. The ID of the main whiteboard is mainView, and the ID of other whiteboards is the appID of addApp() return
@@ -217,13 +217,69 @@ The following interfaces are involved:
0 commit comments