BreadcrumbProps
Represents the properties of [Breadcrumb](% slug api_layout_breadcrumb %) component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
Represents the label of the Breadcrumb component. jsx
| |
breadcrumbDelimiter? |
|
Represents the Breadcrumb delimiter component. jsx
| |
breadcrumbLink? |
|
Represents the Breadcrumb link component. jsx
| |
breadcrumbListItem? |
|
Represents the Breadcrumb list item component. jsx
| |
breadcrumbOrderedList? |
|
Represents the Breadcrumb ordered list component. jsx
| |
className? |
|
Sets additional classes to the Breadcrumb. jsx
| |
data |
|
Represents the data of the Breadcrumb from type DataModel. jsx
| |
dir? |
|
The Breadcrumb direction jsx
| |
disabled? |
|
Determines the jsx
| |
iconClassField? |
|
Represents the jsx
| |
iconField? |
|
Represents the jsx
| |
id? |
|
Sets the jsx
| |
onItemSelect? |
|
Represents the jsx
| |
onKeyDown? |
|
Represents the jsx
| |
size? |
|
|
Specifies the padding of all Breadcrumb elements. The possible values are:
jsx
|
style? |
|
Sets additional CSS styles to the Breadcrumb. jsx
| |
tabIndex? |
|
Sets the jsx
| |
textField? |
|
Represents the jsx
| |
valueField? |
|
Represents the jsx
|