API Reference > ui-components > Toolbar > PopupItemProps PopupItemProps 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 hideIndicator undefined | boolean Describes if expandable item triangle indicator should be hidden. panel undefined | ReactNode 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/PopupItem.tsx Line 42 Last Updated: 12 June, 2024