mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Custom buttons comment
This commit is contained in:
parent
60c8a2c598
commit
8b4aa3f5af
@ -18,6 +18,7 @@
|
|||||||
/**
|
/**
|
||||||
* options:
|
* options:
|
||||||
* - addButton : boolean|string - text for add label, default 'add'
|
* - 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'
|
* - height : number|'auto'
|
||||||
* - resize : function - called when list as a whole is resized
|
* - resize : function - called when list as a whole is resized
|
||||||
* - resizeItem : function(item) - called to resize individual item
|
* - resizeItem : function(item) - called to resize individual item
|
||||||
|
Loading…
Reference in New Issue
Block a user