Interface: MuiBreadcrumbsProps
Props for the MuiBreadcrumbs component.
Extends
BreadcrumbsProps
Properties
about?
optionalabout:string
Inherited from
BreadcrumbsProps.about
accessKey?
optionalaccessKey:string
Inherited from
BreadcrumbsProps.accessKey
aria-activedescendant?
optionalaria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
BreadcrumbsProps.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
Inherited from
BreadcrumbsProps.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"both"|"inline"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
BreadcrumbsProps.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Inherited from
BreadcrumbsProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
See
aria-roledescription.
Inherited from
BreadcrumbsProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
BreadcrumbsProps.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
BreadcrumbsProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
BreadcrumbsProps.aria-colcount
aria-colindex?
optionalaria-colindex:number
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
See
- aria-colcount
- aria-colspan.
Inherited from
BreadcrumbsProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
BreadcrumbsProps.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-colindex
- aria-rowspan.
Inherited from
BreadcrumbsProps.aria-colspan
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
BreadcrumbsProps.aria-controls
aria-current?
optionalaria-current:boolean|"date"|"time"|"true"|"false"|"page"|"step"|"location"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
BreadcrumbsProps.aria-current
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
BreadcrumbsProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
BreadcrumbsProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
BreadcrumbsProps.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
BreadcrumbsProps.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"copy"|"move"|"execute"|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
BreadcrumbsProps.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
BreadcrumbsProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
BreadcrumbsProps.aria-expanded
aria-flowto?
optionalaria-flowto:string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.
Inherited from
BreadcrumbsProps.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
BreadcrumbsProps.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"true"|"false"|"dialog"|"menu"|"grid"|"listbox"|"tree"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
BreadcrumbsProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
BreadcrumbsProps.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
BreadcrumbsProps.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
BreadcrumbsProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
BreadcrumbsProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
BreadcrumbsProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
BreadcrumbsProps.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Inherited from
BreadcrumbsProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
BreadcrumbsProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
BreadcrumbsProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
BreadcrumbsProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
BreadcrumbsProps.aria-orientation
aria-owns?
optionalaria-owns:string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Inherited from
BreadcrumbsProps.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.
Inherited from
BreadcrumbsProps.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-setsize.
Inherited from
BreadcrumbsProps.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
BreadcrumbsProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
BreadcrumbsProps.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"all"|"additions"|"additions removals"|"additions text"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
See
aria-atomic.
Inherited from
BreadcrumbsProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
BreadcrumbsProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
BreadcrumbsProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
BreadcrumbsProps.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
See
- aria-rowcount
- aria-rowspan.
Inherited from
BreadcrumbsProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
BreadcrumbsProps.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
See
- aria-rowindex
- aria-colspan.
Inherited from
BreadcrumbsProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
BreadcrumbsProps.aria-selected
aria-setsize?
optionalaria-setsize:number
Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
See
aria-posinset.
Inherited from
BreadcrumbsProps.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
BreadcrumbsProps.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
BreadcrumbsProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
BreadcrumbsProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
BreadcrumbsProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
BreadcrumbsProps.aria-valuetext
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Inherited from
BreadcrumbsProps.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Inherited from
BreadcrumbsProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
BreadcrumbsProps.autoFocus
autoSave?
optionalautoSave:string
Inherited from
BreadcrumbsProps.autoSave
children?
optionalchildren:ReactNode
The content of the component.
Inherited from
BreadcrumbsProps.children
classes?
optionalclasses:Partial<BreadcrumbsClasses> &Partial<ClassNameMap<never>>
Override or extend the styles applied to the component.
Inherited from
BreadcrumbsProps.classes
className?
optionalclassName:string
Inherited from
BreadcrumbsProps.className
color?
optionalcolor:string
Inherited from
BreadcrumbsProps.color
component?
optionalcomponent:ElementType<any, keyof IntrinsicElements>
Inherited from
BreadcrumbsProps.component
content?
optionalcontent:string
Inherited from
BreadcrumbsProps.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
BreadcrumbsProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
BreadcrumbsProps.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
BreadcrumbsProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
BreadcrumbsProps.datatype
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
BreadcrumbsProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
BreadcrumbsProps.defaultValue
dir?
optionaldir:string
Inherited from
BreadcrumbsProps.dir
draggable?
optionaldraggable:Booleanish
Inherited from
BreadcrumbsProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Inherited from
BreadcrumbsProps.enterKeyHint
expandText?
optionalexpandText:string
Override the default label for the expand button.
For localization purposes, you can use the provided translations.
Default
'Show path'
Inherited from
BreadcrumbsProps.expandText
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
BreadcrumbsProps.exportparts
hidden?
optionalhidden:boolean
Inherited from
BreadcrumbsProps.hidden
id?
optionalid:string
Inherited from
BreadcrumbsProps.id
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
BreadcrumbsProps.inert
inlist?
optionalinlist:any
Inherited from
BreadcrumbsProps.inlist
inputMode?
optionalinputMode:"search"|"none"|"text"|"tel"|"url"|"email"|"numeric"|"decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
BreadcrumbsProps.inputMode
is?
optionalis:string
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
BreadcrumbsProps.is
itemID?
optionalitemID:string
Inherited from
BreadcrumbsProps.itemID
itemProp?
optionalitemProp:string
Inherited from
BreadcrumbsProps.itemProp
itemRef?
optionalitemRef:string
Inherited from
BreadcrumbsProps.itemRef
items
items:
BreadcrumbsItem[]
Array of breadcrumb items to display.
itemsAfterCollapse?
optionalitemsAfterCollapse:number
If max items is exceeded, the number of items to show after the ellipsis.
Default
1
Inherited from
BreadcrumbsProps.itemsAfterCollapse
itemsBeforeCollapse?
optionalitemsBeforeCollapse:number
If max items is exceeded, the number of items to show before the ellipsis.
Default
1
Inherited from
BreadcrumbsProps.itemsBeforeCollapse
itemScope?
optionalitemScope:boolean
Inherited from
BreadcrumbsProps.itemScope
itemType?
optionalitemType:string
Inherited from
BreadcrumbsProps.itemType
key?
optionalkey:null|Key
Inherited from
BreadcrumbsProps.key
lang?
optionallang:string
Inherited from
BreadcrumbsProps.lang
maxItems?
optionalmaxItems:number
Specifies the maximum number of breadcrumbs to display. When there are more
than the maximum number, only the first itemsBeforeCollapse and last itemsAfterCollapse
will be shown, with an ellipsis in between.
Default
8
Inherited from
BreadcrumbsProps.maxItems
nonce?
optionalnonce:string
Inherited from
BreadcrumbsProps.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onInvalidCapture
onItemClick()
onItemClick: (
item) =>void
Callback function when a breadcrumb item is clicked.
Parameters
item
Returns
void
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
BreadcrumbsProps.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
BreadcrumbsProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLElement>
Inherited from
BreadcrumbsProps.onWheelCapture
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
BreadcrumbsProps.part
popover?
optionalpopover:""|"hint"|"auto"|"manual"
Inherited from
BreadcrumbsProps.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
BreadcrumbsProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
BreadcrumbsProps.popoverTargetAction
prefix?
optionalprefix:string
Inherited from
BreadcrumbsProps.prefix
property?
optionalproperty:string
Inherited from
BreadcrumbsProps.property
radioGroup?
optionalradioGroup:string
Inherited from
BreadcrumbsProps.radioGroup
ref?
optionalref:Ref<HTMLElement>
Allows getting a ref to the component instance.
Once the component unmounts, React will set ref.current to null
(or call the ref with null if you passed a callback ref).
See
Inherited from
BreadcrumbsProps.ref
rel?
optionalrel:string
Inherited from
BreadcrumbsProps.rel
resource?
optionalresource:string
Inherited from
BreadcrumbsProps.resource
results?
optionalresults:number
Inherited from
BreadcrumbsProps.results
rev?
optionalrev:string
Inherited from
BreadcrumbsProps.rev
role?
optionalrole:AriaRole
Inherited from
BreadcrumbsProps.role
security?
optionalsecurity:string
Inherited from
BreadcrumbsProps.security
separator?
optionalseparator:ReactNode
Custom separator node.
Default
'/'
Inherited from
BreadcrumbsProps.separator
slot?
optionalslot:string
Inherited from
BreadcrumbsProps.slot
slotProps?
optionalslotProps:object
The props used for each slot inside the Breadcumb.
collapsedIcon?
optionalcollapsedIcon:SlotComponentProps<OverridableComponent<SvgIconTypeMap<{ },"svg">> &object,BreadcrumbsCollapsedIconSlotPropsOverrides,BreadcrumbsOwnerState>
Props applied to the CollapsedIcon slot.
Default
{}
Default
{}
Inherited from
BreadcrumbsProps.slotProps
slots?
optionalslots:object
The components used for each slot inside the Breadcumb. Either a string to use a HTML element or a component.
CollapsedIcon?
optionalCollapsedIcon:ElementType<any, keyof IntrinsicElements>
Default
{}
Inherited from
BreadcrumbsProps.slots
spellCheck?
optionalspellCheck:Booleanish
Inherited from
BreadcrumbsProps.spellCheck
style?
optionalstyle:CSSProperties
Inherited from
BreadcrumbsProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
BreadcrumbsProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
BreadcrumbsProps.suppressHydrationWarning
sx?
optionalsx:SxProps<Theme>
The system prop that allows defining system overrides as well as additional CSS styles.
Inherited from
BreadcrumbsProps.sx
tabIndex?
optionaltabIndex:number
Inherited from
BreadcrumbsProps.tabIndex
title?
optionaltitle:string
Inherited from
BreadcrumbsProps.title
translate?
optionaltranslate:"yes"|"no"
Inherited from
BreadcrumbsProps.translate
typeof?
optionaltypeof:string
Inherited from
BreadcrumbsProps.typeof
unselectable?
optionalunselectable:"off"|"on"
Inherited from
BreadcrumbsProps.unselectable
vocab?
optionalvocab:string
Inherited from
BreadcrumbsProps.vocab