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/documentation.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@
64
64
|`setValue(value)`| Through this method you can set a new value |
65
65
|`getTool()`| Get current tool |
66
66
|`changeTool(tool)`| Change the tool (one of `none`,`pan`,`zoom-in`,`zoom-out`,`auto`) |
67
-
|`openMiniature`| Open the miniature |
68
-
|`closeMiniature`| Close the miniature |
67
+
|`openMiniature`| Open the miniature |
68
+
|`closeMiniature`| Close the miniature |
69
69
70
70
## Event attributes
71
71
To your event handlers will be passed an instance of `ViewerMouseEvent` or `ViewerTouchEvent` (as the case). They have some useful attributes that map event positions to SVG coords.
//functions to manipulate the state. The signature is quite similar to component methods, expect for the first parameter that is the current value. These are usefull only for some advanced integrations (e.g. reducers).
110
+
111
+
//functions to manipulate the state. The signature is quite similar to component methods, expect for the first parameter that is the current value. These are usefull only for some advanced integrations (e.g. reducers).
0 commit comments