From 8b4aa3f5af3447b8b35bd1fa9b581a0a36830b76 Mon Sep 17 00:00:00 2001 From: bartbutenaers Date: Sun, 21 Feb 2021 22:57:34 +0100 Subject: [PATCH] Custom buttons comment --- .../@node-red/editor-client/src/js/ui/common/editableList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js b/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js index f0d4b6085..502c40c73 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/common/editableList.js @@ -18,6 +18,7 @@ /** * options: * - addButton : boolean|string - text for add label, default 'add' + * - buttons : array - list of custom buttons (objects with fields 'label', 'icon', 'title', 'click') * - height : number|'auto' * - resize : function - called when list as a whole is resized * - resizeItem : function(item) - called to resize individual item