PanelBarItemProps
Represents the props of the PanelBarItem component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Allows individual animation control over the child (see example). By default, it is controlled by the PanelBar component. | |
children? |
|
Can be any of PanelBar items, an array of PanelBar items, or a custom component. | |
className? |
|
The class name that is set to the PanelBarItem component. | |
disabled? |
|
Sets the disabled state of the PanelBarItem (see example). | |
expanded? |
|
Sets the initial expanded state of the PanelBarItem (see example). Controlled by the PanelBar component. | |
focused? |
|
Sets the initial focused state of the PanelBarItem. Controlled by the PanelBar component. | |
headerClassName? |
|
The class name that is set to the PanelBarItem header. | |
icon? |
|
Defines an icon that will be rendered next to the title (see example). | |
iconClass? |
|
Defines an icon with a custom CSS class that will be rendered next to the title (see example). | |
id? |
|
Allows the component to set the | |
imageUrl? |
|
Defines the location of the image that will be displayed next to the title (see example). | |
selected? |
|
Sets the initial selected state of the PanelBarItem. Controlled by the PanelBarItem component (see example). | |
svgIcon? |
|
Defines an SVG icon that will be rendered next to the title (see example). | |
title? |
|
Sets the title of the PanelBar item (see example). | |
uniquePrivateKey? |
|
Used to identify the PanelBarItems inside the PanelBar (see example). Does not depend on the state of the PanelBarItem. |