API Reference > ui-core > SplitButton > SplitButtonProps SplitButtonProps Interface Properties for SplitButton component Extends CommonProps Methods Name Description onClick(event: any): any Optional Listens for click events on button area onExecute(): any Optional Listens for execute on button area Properties Name Type Description buttonType undefined | ButtonType 4 styles to tweak the content of the button drawBorder undefined | boolean Indicates whether to draw a border around the button icon undefined | IconSpec Specifies icon for Splitbutton component label ReactNode Label to display in click area. popupPosition undefined | RelativePosition Direction relative to the button to which the popup is expanded (defaults to Bottom) toolTip undefined | string ToolTip text Inherited properties Name Type Inherited from Description className undefined | string CommonProps Custom CSS class name style undefined | CSSProperties CommonProps Custom CSS style properties Defined in ui/core/src/ui-core/splitbutton/SplitButton.tsx Line 28 Last Updated: 11 June, 2024