visible |
boolean
|
<optional>
|
true
|
Is the element visible? |
content |
React.Element
|
string
|
<optional>
|
|
The button content |
cssClasses |
string
|
<optional>
|
|
The cssClasses for the link (a) DOMElement |
toolTipTitle |
React.Element
|
string
|
<optional>
|
|
The tooltip title |
tooltipText |
React.Element
|
string
|
<optional>
|
|
The tooltip text. If you want to show a tooltip you need to set a toolTipTitle, too. |
disabled |
boolean
|
<optional>
|
|
If true the button can not be clicked |
menu |
React.Element
|
<optional>
|
|
A menu implementation (see https://ant.design/components/menu/). You can wrap an menu item with
Tooltip (do not forget css class overlayClassName="aiot-toolbar-menu" ) |