API Reference > ui-components > Toolbar > PopupItemWithDragProps PopupItemWithDragProps Interface Beta Properties of PopupItem component. Extends ToolbarButtonItemProps Inherited methods Name Inherited from Description onClick(): void Optional ToolbarButtonItemProps Function called when the item is clicked. onKeyDown(e: KeyboardEvent<Element>): void Optional ToolbarButtonItemProps Function called when a key is pressed. Properties Name Type Description groupItem GroupButton Panel of the toolbar. Inherited properties Name Type Inherited from Description addGroupSeparator undefined | boolean ToolbarButtonItemProps If true add a gap before button. badge undefined | ReactNode ToolbarButtonItemProps A badge to draw. className undefined | string ToolbarButtonItemProps Custom CSS class name icon undefined | ReactNode ToolbarButtonItemProps button icon. isActive undefined | boolean ToolbarButtonItemProps Describes if item is active. isDisabled undefined | boolean ToolbarButtonItemProps Describes if the item is disabled. style undefined | CSSProperties ToolbarButtonItemProps Custom CSS style properties title string ToolbarButtonItemProps Title for the item. Defined in ui/components/src/ui-components/toolbar/PopupItemWithDrag.tsx Line 24 Last Updated: 11 June, 2024