mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
docs: toggleSidebar api fix (#7575)
This commit is contained in:
parent
89bd6181f2
commit
f3f8217125
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ You can use this prop when you want to access some [Excalidraw APIs](https://git
|
||||||
| [setActiveTool](#setactivetool) | `function` | This API can be used to set the active tool |
|
| [setActiveTool](#setactivetool) | `function` | This API can be used to set the active tool |
|
||||||
| [setCursor](#setcursor) | `function` | This API can be used to set customise the mouse cursor on the canvas |
|
| [setCursor](#setcursor) | `function` | This API can be used to set customise the mouse cursor on the canvas |
|
||||||
| [resetCursor](#resetcursor) | `function` | This API can be used to reset to default mouse cursor on the canvas |
|
| [resetCursor](#resetcursor) | `function` | This API can be used to reset to default mouse cursor on the canvas |
|
||||||
| [toggleMenu](#togglemenu) | `function` | Toggles specific menus on/off |
|
| [toggleSidebar](#toggleSidebar) | `function` | Toggles specific sidebar on/off |
|
||||||
| [onChange](#onChange) | `function` | Subscribes to change events |
|
| [onChange](#onChange) | `function` | Subscribes to change events |
|
||||||
| [onPointerDown](#onPointerDown) | `function` | Subscribes to `pointerdown` events |
|
| [onPointerDown](#onPointerDown) | `function` | Subscribes to `pointerdown` events |
|
||||||
| [onPointerUp](#onPointerUp) | `function` | Subscribes to `pointerup` events |
|
| [onPointerUp](#onPointerUp) | `function` | Subscribes to `pointerup` events |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue