Skip to content

Commit

Permalink
Plugin description updates (#3119)
Browse files Browse the repository at this point in the history
* updated the plugin api descriptions

* changed property to param

* fixed plugin links and pages layout

* more fixes for plugins api
  • Loading branch information
ovchinnikova-natalya committed Nov 23, 2022
1 parent 8af9783 commit 1d57a51
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 320 deletions.
2 changes: 1 addition & 1 deletion cell/apiBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* The callback function which is called when the specified range of the current sheet changes.
* <note>Please note that the event is not called for the undo/redo operations.</note>
* @event Api#onWorksheetChange
* @property {ApiRange} range - The modified range represented as the ApiRange object.
* @param {ApiRange} range - The modified range represented as the ApiRange object.
*/

/**
Expand Down
Loading

0 comments on commit 1d57a51

Please sign in to comment.