
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used in the tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### prefix
- type: node
- description: An element to appear at the beginning of the text
### suffix
- type: node
- description: An element to appear at the end of the text
### selected
- type: bool
- description: Indicates whether to display the item as selected
### disabled
- type: bool
- description: Indicates whether to display the item as disabled
### drillable
- type: bool
- description: Indicates whether to display an icon for drilling in on hover
### alwaysDisplayChevron
- type: bool
- description: Indicates whether to display a low-opacity icon for drilling even without hover, relevant only when drillable is true
### onClick
- type: func
- description: A callback to be triggered on click
### itemKey
- type: string
- description: unique identifier per item, used to mark it for navigation and selection


