addReporterBlock()
1 parent cecf874 commit 5cbfc84Copy full SHA for 5cbfc84
1 file changed
addon-api/content-script/Tab.js
@@ -67,7 +67,7 @@ export default class Tab extends Listenable {
67
* @param {string} proccode the procedure definition code
68
* @param {boolean} isBoolean - whether the block is hexagonal.
69
* @param {object} opts - options.
70
- * @param {Tab~blockCallback} opts.callback - the callback, the returned value is the output of the block.
+ * @param {function} opts.callback - the callback, the returned value is the output of the block.
71
* @param {boolean=} opts.hidden - whether the block is hidden from the palette.
72
*/
73
addReporterBlock(proccode, isBoolean, opts) {
0 commit comments