docs(jsdoc): link/naming fixes

This commit is contained in:
Brett Zamir
2020-05-06 12:14:02 +08:00
parent 381a0d9460
commit 171e1ce856
4 changed files with 49 additions and 31 deletions

View File

@@ -46,17 +46,17 @@ $(document).bind('svgEditorReady', function () {
```
If you are acting within the frame, you may use `svgEditor.ready`
(see [Within-frame events](#Editor-within-frame-events-svgEditor) below).
(see "Editor (within-frame) events (`svgEditor`)" below).
## Editor (within-frame) events (`svgEditor`)
### `svgEditor.canvas`
- Canvas object. See [Canvas events](#Canvas-events).
- Canvas object. See "Canvas events".
### `svgEditor.canvas.bind(eventName, function () {})`
- Method for listening to canvas events. See [Canvas events](#Canvas-events).
- Method for listening to canvas events. See "Canvas events".
### `svgEditor.ready(function () {})`