The Vue component for a single tool item in the toolbar.
Props
Name | Type | Default value | Required? | Description |
---|---|---|---|---|
id |
String | - | Yes | The ID of the item. |
title |
String | - | Yes | The title of the item. |
popoverContent |
String | - | No | The content of the popover. |
popoverImage |
String | - | No | The image of the popover. |
verticalOffset |
Number | 40 |
No | The vertical offset of the popover. |
layout |
String | 'desktop' |
No | The layout of the control. Can be 'mobile' or 'desktop'. |
disabled |
Boolean | false |
No | Whether the item is disabled. |