Browse Source

Update Canvas doc with frame ref

pull/3905/head
Artur Arseniev 4 years ago
parent
commit
cf4d2af896
  1. 3
      src/canvas/index.js

3
src/canvas/index.js

@ -29,6 +29,7 @@
* * [setCoords](#setcoords)
*
* [Component]: component.html
* [Frame]: frame.html
*
* @module Canvas
*/
@ -642,7 +643,7 @@ export default () => {
/**
* Add new frame to the canvas
* @param {Object} props Frame properties
* @returns {Frame}
* @returns {[Frame]}
* @example
* canvas.addFrame({
* name: 'Mobile home page',

Loading…
Cancel
Save