PopupItemWithDragProps Interface
Deprecated in 4.16.0. Props of deprecated PopupItemWithDrag component.
Properties of PopupItemWithDrag component.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| groupItem | GroupButton | Panel of the toolbar. | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| addGroupSeparator Inherited | boolean | undefined | ToolbarButtonItemProps | If true add a gap before button. | 
| badge Inherited | React.ReactNode | undefined | ToolbarButtonItemProps | A badge to draw. | 
| className Inherited | string | undefined | ToolbarButtonItemProps | Custom CSS class name | 
| groupPriority Inherited | number | undefined | ToolbarButtonItemProps | value added to DOM element as a data attribute | 
| icon Inherited | React.ReactNode | undefined | ToolbarButtonItemProps | button icon. | 
| isActive Inherited | boolean | undefined | ToolbarButtonItemProps | Describes if item is active. | 
| isDisabled Inherited | boolean | undefined | ToolbarButtonItemProps | Describes if the item is disabled. | 
| itemId Inherited | string | undefined | ToolbarButtonItemProps | Optional unique identifier for item. | 
| itemPriority Inherited | number | undefined | ToolbarButtonItemProps | value added to DOM element as a data attribute, shows 0 is undefined | 
| onClick Inherited | () => void | undefined | ToolbarButtonItemProps | Function called when the item is clicked. | 
| onKeyDown Inherited | (e: React.KeyboardEvent<Element>) => void | undefined | ToolbarButtonItemProps | Function called when a key is pressed. | 
| providerId Inherited | string | undefined | ToolbarButtonItemProps | value added to DOM element as a data attribute to hold name of items provider. | 
| style Inherited | React.CSSProperties | undefined | ToolbarButtonItemProps | Custom CSS style properties | 
| title Inherited | string | ToolbarButtonItemProps | Title for the item. | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.