text |
String
|
The tooltip of the button. |
icon |
String
|
The icon displayed in the toolbar. |
checkable |
boolean
|
If true, the button will be checkable. |
action |
String
|
The action id if the action was added using ScriptManager.addAction or the name of a function in the current file or using the syntax: functionName in file.js. |
slot |
String
|
The slot to call. If action is provided, this item is not needed. |
itemParameter |
String
|
The first parameter value of the slot to call. |
shortcut |
String
|
The shortcut id that can trigger this action. |