TreeListToolbarPropsPremium
The props of the TreeListToolbar component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
Represents the | |
buttonScrollSpeed? |
|
|
Sets the Toolbar scroll speed in pixels when scrolling via clicking the previous or next button.
Applicable when the overflow property is set to |
children? |
|
The React elements that will be rendered inside the toolbar of the TreeList. | |
className? |
|
Sets additional classes to the Toolbar. | |
dir? |
|
Represents the | |
fillMode? |
|
|
Configures the The available options are:
|
id? |
|
Sets the | |
keyboardNavigation? |
|
If set to | |
nextButton? |
|
Defines the custom component that will be rendered as a next button.
To remove the button, set a function which returns null | |
onResize? |
|
The | |
overflow? |
|
|
Represents the possible overflow mode options of the Toolbar. Applicable when there is not enough space to render all tools. |
prevButton? |
|
Defines the custom component that will be rendered as a previous button.
To remove the button, set a function which returns null | |
scrollButtons? |
|
|
Determines the Toolbar scroll buttons visibility.
Applicable when the overflow property is set to |
scrollButtonsPosition? |
|
|
Determines the Toolbar scroll buttons position.
Applicable when the overflow property is set to |
size? |
|
|
Configures the The available options are:
|
style? |
|
The styles that are applied to the Toolbar. | |
tabIndex? |
|
Specifies the |