Skip to content

Commit 75d5537

Browse files
Update modules/ROOT/pages/custom-split-toolbar-button.adoc
Co-authored-by: tiny-ben-tran <ben.tran@tiny.cloud>
1 parent b005b47 commit 75d5537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/pages/custom-split-toolbar-button.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A split button contains a basic button and a menu button, wrapped up into one to
1313
|text |string |Primary button |optional |Text displayed if no icon is found.
1414
|icon |string |Primary button |optional |
1515
include::partial$misc/admon-predefined-icons-only.adoc[]
16-
|tooltip |string |Primary button |optional |Text displayed when hovering over the main button. If `+chevronTooltip+` is not provided, this will be used to auto-generate the chevron tooltip as `+"{tooltip} menu"+`.
16+
|tooltip |string |Primary button |optional |Text displayed when hovering over the main button.
1717
|chevronTooltip |string |Chevron button |optional |Text displayed when hovering over the chevron button. If not provided, it will be generated using the tooltip of the main button. ie: `+"{tooltip} menu"+`.
1818
|onAction |`+(api) => void+` |Primary button |required |Function invoked when the basic button section is clicked.
1919
|select |`+(value: string) => boolean+` |Choice menu items |optional |default: `false` - Function run on each option when the menu is opened to determine if it should be highlighted as active.

0 commit comments

Comments
 (0)