SplitButtonProps
Name | Type | Default | Description |
---|---|---|---|
accessKey? |
|
Specifies the | |
ariaLabel? |
|
The accessible label of the component. | |
buttonClass? |
|
Sets the | |
children? |
|
Determines the children nodes. | |
className? |
|
Sets the | |
dir? |
|
Sets the direction of the component. | |
disabled? |
|
Determines whether the component is disabled (see example). | |
fillMode? |
|
|
Configures the The available options are:
|
icon? |
|
Defines an icon that will be rendered next to the main button text (see example). | |
iconClass? |
|
Defines an icon with a custom CSS class that will be rendered next to the main button text (see example). | |
id? |
|
Sets the | |
imageUrl? |
|
Defines the location of an image that will be displayed next to the main button text (see example). | |
item? |
|
A React functional or class component which is used for rendering items (see example). The default rendering includes an icon, an image, and text. | |
itemRender? |
|
Fires when a dropdown list button item is about to be rendered. Use it to override the default appearance of the list items.
if | |
items? |
|
Specifies the list items (see example). | |
onBlur? |
|
Fires when the component is blurred (see example). | |
onButtonClick? |
|
Fires when the main button is clicked (see example). | |
onClose? |
|
Fires when the popup which contains the items is closed (see example). | |
onFocus? |
|
Fires when the component is focused (see example). | |
onItemClick? |
|
Fires when an item is clicked (see example). | |
onOpen? |
|
Fires when the popup which contains the items is opened (see example). | |
opened? |
|
Opens the popup of the SplitButton if set to | |
popupSettings? |
|
Configures the popup (see example). | |
rounded? |
|
|
Configures the The available options are:
|
size? |
|
|
Configures the The available options are:
|
style? |
|
Sets additional CSS styles to the component. | |
svgIcon? |
|
Defines a SVG icon that will be rendered next to the main button text (see example). | |
tabIndex? |
|
Specifies the | |
text? |
|
Specifies the text of the main button (see example). | |
textField? |
|
Configures the field that will be used for the text of the | |
themeColor? |
|
|
Configures the The available options are:
|
title? |
|
The title of the component. |