Interface: FileBreadcrumbProps
Props for the FileBreadcrumb component
Extends
Section titled “Extends”Omit<React.ComponentProps<"nav">,"children">
Properties
Section titled “Properties”about?
Section titled “about?”
optionalabout?:string
Inherited from
Section titled “Inherited from”Omit.about
accessKey?
Section titled “accessKey?”
optionalaccessKey?:string
Inherited from
Section titled “Inherited from”Omit.accessKey
aria-activedescendant?
Section titled “aria-activedescendant?”
optionalaria-activedescendant?:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
Section titled “Inherited from”Omit.aria-activedescendant
aria-atomic?
Section titled “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
Section titled “Inherited from”Omit.aria-atomic
aria-autocomplete?
Section titled “aria-autocomplete?”
optionalaria-autocomplete?:"none"|"list"|"inline"|"both"
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
Section titled “Inherited from”Omit.aria-autocomplete
aria-braillelabel?
Section titled “aria-braillelabel?”
optionalaria-braillelabel?:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
aria-label.
Inherited from
Section titled “Inherited from”Omit.aria-braillelabel
aria-brailleroledescription?
Section titled “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.
aria-roledescription.
Inherited from
Section titled “Inherited from”Omit.aria-brailleroledescription
aria-busy?
Section titled “aria-busy?”
optionalaria-busy?:Booleanish
Inherited from
Section titled “Inherited from”Omit.aria-busy
aria-checked?
Section titled “aria-checked?”
optionalaria-checked?:boolean|"true"|"false"|"mixed"
Indicates the current “checked” state of checkboxes, radio buttons, and other widgets.
- aria-pressed
- aria-selected.
Inherited from
Section titled “Inherited from”Omit.aria-checked
aria-colcount?
Section titled “aria-colcount?”
optionalaria-colcount?:number
Defines the total number of columns in a table, grid, or treegrid.
aria-colindex.
Inherited from
Section titled “Inherited from”Omit.aria-colcount
aria-colindex?
Section titled “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.
- aria-colcount
- aria-colspan.
Inherited from
Section titled “Inherited from”Omit.aria-colindex
aria-colindextext?
Section titled “aria-colindextext?”
optionalaria-colindextext?:string
Defines a human readable text alternative of aria-colindex.
aria-rowindextext.
Inherited from
Section titled “Inherited from”Omit.aria-colindextext
aria-colspan?
Section titled “aria-colspan?”
optionalaria-colspan?:number
Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
- aria-colindex
- aria-rowspan.
Inherited from
Section titled “Inherited from”Omit.aria-colspan
aria-controls?
Section titled “aria-controls?”
optionalaria-controls?:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
aria-owns.
Inherited from
Section titled “Inherited from”Omit.aria-controls
aria-current?
Section titled “aria-current?”
optionalaria-current?:boolean|"date"|"time"|"true"|"false"|"step"|"page"|"location"
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Section titled “Inherited from”Omit.aria-current
aria-describedby?
Section titled “aria-describedby?”
optionalaria-describedby?:string
Identifies the element (or elements) that describes the object.
aria-labelledby
Inherited from
Section titled “Inherited from”Omit.aria-describedby
aria-description?
Section titled “aria-description?”
optionalaria-description?:string
Defines a string value that describes or annotates the current element.
related aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-description
aria-details?
Section titled “aria-details?”
optionalaria-details?:string
Identifies the element that provides a detailed, extended description for the object.
aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-details
aria-disabled?
Section titled “aria-disabled?”
optionalaria-disabled?:Booleanish
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
- aria-hidden
- aria-readonly.
Inherited from
Section titled “Inherited from”Omit.aria-disabled
aria-dropeffect?
Section titled “aria-dropeffect?”
optionalaria-dropeffect?:"link"|"none"|"copy"|"execute"|"move"|"popup"
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
Section titled “Deprecated”in ARIA 1.1
Inherited from
Section titled “Inherited from”Omit.aria-dropeffect
aria-errormessage?
Section titled “aria-errormessage?”
optionalaria-errormessage?:string
Identifies the element that provides an error message for the object.
- aria-invalid
- aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-errormessage
aria-expanded?
Section titled “aria-expanded?”
optionalaria-expanded?:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Section titled “Inherited from”Omit.aria-expanded
aria-flowto?
Section titled “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
Section titled “Inherited from”Omit.aria-flowto
aria-grabbed?
Section titled “aria-grabbed?”
optionalaria-grabbed?:Booleanish
Indicates an element’s “grabbed” state in a drag-and-drop operation.
Deprecated
Section titled “Deprecated”in ARIA 1.1
Inherited from
Section titled “Inherited from”Omit.aria-grabbed
aria-haspopup?
Section titled “aria-haspopup?”
optionalaria-haspopup?:boolean|"dialog"|"menu"|"true"|"false"|"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
Section titled “Inherited from”Omit.aria-haspopup
aria-hidden?
Section titled “aria-hidden?”
optionalaria-hidden?:Booleanish
Indicates whether the element is exposed to an accessibility API.
aria-disabled.
Inherited from
Section titled “Inherited from”Omit.aria-hidden
aria-invalid?
Section titled “aria-invalid?”
optionalaria-invalid?:boolean|"true"|"false"|"grammar"|"spelling"
Indicates the entered value does not conform to the format expected by the application.
aria-errormessage.
Inherited from
Section titled “Inherited from”Omit.aria-invalid
aria-keyshortcuts?
Section titled “aria-keyshortcuts?”
optionalaria-keyshortcuts?:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Section titled “Inherited from”Omit.aria-keyshortcuts
aria-label?
Section titled “aria-label?”
optionalaria-label?:string
Defines a string value that labels the current element.
aria-labelledby.
Inherited from
Section titled “Inherited from”Omit.aria-label
aria-labelledby?
Section titled “aria-labelledby?”
optionalaria-labelledby?:string
Identifies the element (or elements) that labels the current element.
aria-describedby.
Inherited from
Section titled “Inherited from”Omit.aria-labelledby
aria-level?
Section titled “aria-level?”
optionalaria-level?:number
Defines the hierarchical level of an element within a structure.
Inherited from
Section titled “Inherited from”Omit.aria-level
aria-live?
Section titled “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
Section titled “Inherited from”Omit.aria-live
aria-modal?
Section titled “aria-modal?”
optionalaria-modal?:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
Section titled “Inherited from”Omit.aria-modal
aria-multiline?
Section titled “aria-multiline?”
optionalaria-multiline?:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Section titled “Inherited from”Omit.aria-multiline
aria-multiselectable?
Section titled “aria-multiselectable?”
optionalaria-multiselectable?:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Section titled “Inherited from”Omit.aria-multiselectable
aria-orientation?
Section titled “aria-orientation?”
optionalaria-orientation?:"horizontal"|"vertical"
Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Section titled “Inherited from”Omit.aria-orientation
aria-owns?
Section titled “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.
aria-controls.
Inherited from
Section titled “Inherited from”Omit.aria-owns
aria-placeholder?
Section titled “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
Section titled “Inherited from”Omit.aria-placeholder
aria-posinset?
Section titled “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.
aria-setsize.
Inherited from
Section titled “Inherited from”Omit.aria-posinset
aria-pressed?
Section titled “aria-pressed?”
optionalaria-pressed?:boolean|"true"|"false"|"mixed"
Indicates the current “pressed” state of toggle buttons.
- aria-checked
- aria-selected.
Inherited from
Section titled “Inherited from”Omit.aria-pressed
aria-readonly?
Section titled “aria-readonly?”
optionalaria-readonly?:Booleanish
Indicates that the element is not editable, but is otherwise operable.
aria-disabled.
Inherited from
Section titled “Inherited from”Omit.aria-readonly
aria-relevant?
Section titled “aria-relevant?”
optionalaria-relevant?:"text"|"additions"|"additions removals"|"additions text"|"all"|"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.
aria-atomic.
Inherited from
Section titled “Inherited from”Omit.aria-relevant
aria-required?
Section titled “aria-required?”
optionalaria-required?:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Section titled “Inherited from”Omit.aria-required
aria-roledescription?
Section titled “aria-roledescription?”
optionalaria-roledescription?:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Section titled “Inherited from”Omit.aria-roledescription
aria-rowcount?
Section titled “aria-rowcount?”
optionalaria-rowcount?:number
Defines the total number of rows in a table, grid, or treegrid.
aria-rowindex.
Inherited from
Section titled “Inherited from”Omit.aria-rowcount
aria-rowindex?
Section titled “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.
- aria-rowcount
- aria-rowspan.
Inherited from
Section titled “Inherited from”Omit.aria-rowindex
aria-rowindextext?
Section titled “aria-rowindextext?”
optionalaria-rowindextext?:string
Defines a human readable text alternative of aria-rowindex.
aria-colindextext.
Inherited from
Section titled “Inherited from”Omit.aria-rowindextext
aria-rowspan?
Section titled “aria-rowspan?”
optionalaria-rowspan?:number
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
- aria-rowindex
- aria-colspan.
Inherited from
Section titled “Inherited from”Omit.aria-rowspan
aria-selected?
Section titled “aria-selected?”
optionalaria-selected?:Booleanish
Indicates the current “selected” state of various widgets.
- aria-checked
- aria-pressed.
Inherited from
Section titled “Inherited from”Omit.aria-selected
aria-setsize?
Section titled “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.
aria-posinset.
Inherited from
Section titled “Inherited from”Omit.aria-setsize
aria-sort?
Section titled “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
Section titled “Inherited from”Omit.aria-sort
aria-valuemax?
Section titled “aria-valuemax?”
optionalaria-valuemax?:number
Defines the maximum allowed value for a range widget.
Inherited from
Section titled “Inherited from”Omit.aria-valuemax
aria-valuemin?
Section titled “aria-valuemin?”
optionalaria-valuemin?:number
Defines the minimum allowed value for a range widget.
Inherited from
Section titled “Inherited from”Omit.aria-valuemin
aria-valuenow?
Section titled “aria-valuenow?”
optionalaria-valuenow?:number
Defines the current value for a range widget.
aria-valuetext.
Inherited from
Section titled “Inherited from”Omit.aria-valuenow
aria-valuetext?
Section titled “aria-valuetext?”
optionalaria-valuetext?:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Section titled “Inherited from”Omit.aria-valuetext
autoCapitalize?
Section titled “autoCapitalize?”
optionalautoCapitalize?:"off"|"none"|"on"|"sentences"|"words"|"characters"|string&object
Inherited from
Section titled “Inherited from”Omit.autoCapitalize
autoCorrect?
Section titled “autoCorrect?”
optionalautoCorrect?:string
Inherited from
Section titled “Inherited from”Omit.autoCorrect
autoFocus?
Section titled “autoFocus?”
optionalautoFocus?:boolean
Inherited from
Section titled “Inherited from”Omit.autoFocus
autoSave?
Section titled “autoSave?”
optionalautoSave?:string
Inherited from
Section titled “Inherited from”Omit.autoSave
className?
Section titled “className?”
optionalclassName?:string
Inherited from
Section titled “Inherited from”Omit.className
color?
Section titled “color?”
optionalcolor?:string
Inherited from
Section titled “Inherited from”Omit.color
content?
Section titled “content?”
optionalcontent?:string
Inherited from
Section titled “Inherited from”Omit.content
contentEditable?
Section titled “contentEditable?”
optionalcontentEditable?:Booleanish|"inherit"|"plaintext-only"
Inherited from
Section titled “Inherited from”Omit.contentEditable
contextMenu?
Section titled “contextMenu?”
optionalcontextMenu?:string
Inherited from
Section titled “Inherited from”Omit.contextMenu
dangerouslySetInnerHTML?
Section titled “dangerouslySetInnerHTML?”
optionaldangerouslySetInnerHTML?:object
__html
Section titled “__html”__html:
string|TrustedHTML
Inherited from
Section titled “Inherited from”Omit.dangerouslySetInnerHTML
datatype?
Section titled “datatype?”
optionaldatatype?:string
Inherited from
Section titled “Inherited from”Omit.datatype
defaultChecked?
Section titled “defaultChecked?”
optionaldefaultChecked?:boolean
Inherited from
Section titled “Inherited from”Omit.defaultChecked
defaultValue?
Section titled “defaultValue?”
optionaldefaultValue?:string|number| readonlystring[]
Inherited from
Section titled “Inherited from”Omit.defaultValue
optionaldir?:string
Inherited from
Section titled “Inherited from”Omit.dir
draggable?
Section titled “draggable?”
optionaldraggable?:Booleanish
Inherited from
Section titled “Inherited from”Omit.draggable
enterKeyHint?
Section titled “enterKeyHint?”
optionalenterKeyHint?:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
Inherited from
Section titled “Inherited from”Omit.enterKeyHint
exportparts?
Section titled “exportparts?”
optionalexportparts?:string
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
Section titled “Inherited from”Omit.exportparts
hidden?
Section titled “hidden?”
optionalhidden?:boolean
Inherited from
Section titled “Inherited from”Omit.hidden
optionalid?:string
Inherited from
Section titled “Inherited from”Omit.id
inert?
Section titled “inert?”
optionalinert?:boolean
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Section titled “Inherited from”Omit.inert
inlist?
Section titled “inlist?”
optionalinlist?:any
Inherited from
Section titled “Inherited from”Omit.inlist
inputMode?
Section titled “inputMode?”
optionalinputMode?:"url"|"search"|"text"|"none"|"tel"|"email"|"numeric"|"decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
Section titled “Inherited from”Omit.inputMode
optionalis?:string
Specify that a standard HTML element should behave like a defined custom built-in element
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
Section titled “Inherited from”Omit.is
itemID?
Section titled “itemID?”
optionalitemID?:string
Inherited from
Section titled “Inherited from”Omit.itemID
itemProp?
Section titled “itemProp?”
optionalitemProp?:string
Inherited from
Section titled “Inherited from”Omit.itemProp
itemRef?
Section titled “itemRef?”
optionalitemRef?:string
Inherited from
Section titled “Inherited from”Omit.itemRef
itemScope?
Section titled “itemScope?”
optionalitemScope?:boolean
Inherited from
Section titled “Inherited from”Omit.itemScope
itemType?
Section titled “itemType?”
optionalitemType?:string
Inherited from
Section titled “Inherited from”Omit.itemType
optionalkey?:Key|null
Inherited from
Section titled “Inherited from”Omit.key
optionallang?:string
Inherited from
Section titled “Inherited from”Omit.lang
nonce?
Section titled “nonce?”
optionalnonce?:string
Inherited from
Section titled “Inherited from”Omit.nonce
onAbort?
Section titled “onAbort?”
optionalonAbort?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAbort
onAbortCapture?
Section titled “onAbortCapture?”
optionalonAbortCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAbortCapture
onAnimationEnd?
Section titled “onAnimationEnd?”
optionalonAnimationEnd?:AnimationEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAnimationEnd
onAnimationEndCapture?
Section titled “onAnimationEndCapture?”
optionalonAnimationEndCapture?:AnimationEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAnimationEndCapture
onAnimationIteration?
Section titled “onAnimationIteration?”
optionalonAnimationIteration?:AnimationEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAnimationIteration
onAnimationIterationCapture?
Section titled “onAnimationIterationCapture?”
optionalonAnimationIterationCapture?:AnimationEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAnimationIterationCapture
onAnimationStart?
Section titled “onAnimationStart?”
optionalonAnimationStart?:AnimationEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAnimationStart
onAnimationStartCapture?
Section titled “onAnimationStartCapture?”
optionalonAnimationStartCapture?:AnimationEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAnimationStartCapture
onAuxClick?
Section titled “onAuxClick?”
optionalonAuxClick?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAuxClick
onAuxClickCapture?
Section titled “onAuxClickCapture?”
optionalonAuxClickCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onAuxClickCapture
onBeforeInput?
Section titled “onBeforeInput?”
optionalonBeforeInput?:InputEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onBeforeInput
onBeforeInputCapture?
Section titled “onBeforeInputCapture?”
optionalonBeforeInputCapture?:InputEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onBeforeInputCapture
onBeforeToggle?
Section titled “onBeforeToggle?”
optionalonBeforeToggle?:ToggleEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onBeforeToggle
onBlur?
Section titled “onBlur?”
optionalonBlur?:FocusEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onBlur
onBlurCapture?
Section titled “onBlurCapture?”
optionalonBlurCapture?:FocusEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onBlurCapture
onCanPlay?
Section titled “onCanPlay?”
optionalonCanPlay?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCanPlay
onCanPlayCapture?
Section titled “onCanPlayCapture?”
optionalonCanPlayCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCanPlayCapture
onCanPlayThrough?
Section titled “onCanPlayThrough?”
optionalonCanPlayThrough?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCanPlayThrough
onCanPlayThroughCapture?
Section titled “onCanPlayThroughCapture?”
optionalonCanPlayThroughCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCanPlayThroughCapture
onChange?
Section titled “onChange?”
optionalonChange?:ChangeEventHandler<HTMLElement,Element>
Inherited from
Section titled “Inherited from”Omit.onChange
onChangeCapture?
Section titled “onChangeCapture?”
optionalonChangeCapture?:ChangeEventHandler<HTMLElement,Element>
Inherited from
Section titled “Inherited from”Omit.onChangeCapture
onClick?
Section titled “onClick?”
optionalonClick?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onClick
onClickCapture?
Section titled “onClickCapture?”
optionalonClickCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onClickCapture
onCompositionEnd?
Section titled “onCompositionEnd?”
optionalonCompositionEnd?:CompositionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCompositionEnd
onCompositionEndCapture?
Section titled “onCompositionEndCapture?”
optionalonCompositionEndCapture?:CompositionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCompositionEndCapture
onCompositionStart?
Section titled “onCompositionStart?”
optionalonCompositionStart?:CompositionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCompositionStart
onCompositionStartCapture?
Section titled “onCompositionStartCapture?”
optionalonCompositionStartCapture?:CompositionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCompositionStartCapture
onCompositionUpdate?
Section titled “onCompositionUpdate?”
optionalonCompositionUpdate?:CompositionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCompositionUpdate
onCompositionUpdateCapture?
Section titled “onCompositionUpdateCapture?”
optionalonCompositionUpdateCapture?:CompositionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCompositionUpdateCapture
onContextMenu?
Section titled “onContextMenu?”
optionalonContextMenu?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onContextMenu
onContextMenuCapture?
Section titled “onContextMenuCapture?”
optionalonContextMenuCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onContextMenuCapture
onCopy?
Section titled “onCopy?”
optionalonCopy?:ClipboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCopy
onCopyCapture?
Section titled “onCopyCapture?”
optionalonCopyCapture?:ClipboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCopyCapture
onCut?
Section titled “onCut?”
optionalonCut?:ClipboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCut
onCutCapture?
Section titled “onCutCapture?”
optionalonCutCapture?:ClipboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onCutCapture
onDoubleClick?
Section titled “onDoubleClick?”
optionalonDoubleClick?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDoubleClick
onDoubleClickCapture?
Section titled “onDoubleClickCapture?”
optionalonDoubleClickCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDoubleClickCapture
onDrag?
Section titled “onDrag?”
optionalonDrag?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDrag
onDragCapture?
Section titled “onDragCapture?”
optionalonDragCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragCapture
onDragEnd?
Section titled “onDragEnd?”
optionalonDragEnd?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragEnd
onDragEndCapture?
Section titled “onDragEndCapture?”
optionalonDragEndCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragEndCapture
onDragEnter?
Section titled “onDragEnter?”
optionalonDragEnter?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragEnter
onDragEnterCapture?
Section titled “onDragEnterCapture?”
optionalonDragEnterCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragEnterCapture
onDragExit?
Section titled “onDragExit?”
optionalonDragExit?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragExit
onDragExitCapture?
Section titled “onDragExitCapture?”
optionalonDragExitCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragExitCapture
onDragLeave?
Section titled “onDragLeave?”
optionalonDragLeave?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragLeave
onDragLeaveCapture?
Section titled “onDragLeaveCapture?”
optionalonDragLeaveCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragLeaveCapture
onDragOver?
Section titled “onDragOver?”
optionalonDragOver?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragOver
onDragOverCapture?
Section titled “onDragOverCapture?”
optionalonDragOverCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragOverCapture
onDragStart?
Section titled “onDragStart?”
optionalonDragStart?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragStart
onDragStartCapture?
Section titled “onDragStartCapture?”
optionalonDragStartCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDragStartCapture
onDrop?
Section titled “onDrop?”
optionalonDrop?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDrop
onDropCapture?
Section titled “onDropCapture?”
optionalonDropCapture?:DragEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDropCapture
onDurationChange?
Section titled “onDurationChange?”
optionalonDurationChange?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDurationChange
onDurationChangeCapture?
Section titled “onDurationChangeCapture?”
optionalonDurationChangeCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onDurationChangeCapture
onEmptied?
Section titled “onEmptied?”
optionalonEmptied?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onEmptied
onEmptiedCapture?
Section titled “onEmptiedCapture?”
optionalonEmptiedCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onEmptiedCapture
onEncrypted?
Section titled “onEncrypted?”
optionalonEncrypted?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onEncrypted
onEncryptedCapture?
Section titled “onEncryptedCapture?”
optionalonEncryptedCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onEncryptedCapture
onEnded?
Section titled “onEnded?”
optionalonEnded?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onEnded
onEndedCapture?
Section titled “onEndedCapture?”
optionalonEndedCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onEndedCapture
onError?
Section titled “onError?”
optionalonError?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onError
onErrorCapture?
Section titled “onErrorCapture?”
optionalonErrorCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onErrorCapture
onFocus?
Section titled “onFocus?”
optionalonFocus?:FocusEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onFocus
onFocusCapture?
Section titled “onFocusCapture?”
optionalonFocusCapture?:FocusEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onFocusCapture
onGotPointerCapture?
Section titled “onGotPointerCapture?”
optionalonGotPointerCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onGotPointerCapture
onGotPointerCaptureCapture?
Section titled “onGotPointerCaptureCapture?”
optionalonGotPointerCaptureCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onGotPointerCaptureCapture
onInput?
Section titled “onInput?”
optionalonInput?:InputEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onInput
onInputCapture?
Section titled “onInputCapture?”
optionalonInputCapture?:InputEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onInputCapture
onInvalid?
Section titled “onInvalid?”
optionalonInvalid?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onInvalid
onInvalidCapture?
Section titled “onInvalidCapture?”
optionalonInvalidCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onInvalidCapture
onKeyDown?
Section titled “onKeyDown?”
optionalonKeyDown?:KeyboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onKeyDown
onKeyDownCapture?
Section titled “onKeyDownCapture?”
optionalonKeyDownCapture?:KeyboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onKeyDownCapture
onKeyPress?
Section titled “onKeyPress?”
optionalonKeyPress?:KeyboardEventHandler<HTMLElement>
Deprecated
Section titled “Deprecated”Use onKeyUp or onKeyDown instead
Inherited from
Section titled “Inherited from”Omit.onKeyPress
onKeyPressCapture?
Section titled “onKeyPressCapture?”
optionalonKeyPressCapture?:KeyboardEventHandler<HTMLElement>
Deprecated
Section titled “Deprecated”Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
Section titled “Inherited from”Omit.onKeyPressCapture
onKeyUp?
Section titled “onKeyUp?”
optionalonKeyUp?:KeyboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onKeyUp
onKeyUpCapture?
Section titled “onKeyUpCapture?”
optionalonKeyUpCapture?:KeyboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onKeyUpCapture
onLoad?
Section titled “onLoad?”
optionalonLoad?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoad
onLoadCapture?
Section titled “onLoadCapture?”
optionalonLoadCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoadCapture
onLoadedData?
Section titled “onLoadedData?”
optionalonLoadedData?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoadedData
onLoadedDataCapture?
Section titled “onLoadedDataCapture?”
optionalonLoadedDataCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoadedDataCapture
onLoadedMetadata?
Section titled “onLoadedMetadata?”
optionalonLoadedMetadata?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoadedMetadata
onLoadedMetadataCapture?
Section titled “onLoadedMetadataCapture?”
optionalonLoadedMetadataCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoadedMetadataCapture
onLoadStart?
Section titled “onLoadStart?”
optionalonLoadStart?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoadStart
onLoadStartCapture?
Section titled “onLoadStartCapture?”
optionalonLoadStartCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLoadStartCapture
onLostPointerCapture?
Section titled “onLostPointerCapture?”
optionalonLostPointerCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLostPointerCapture
onLostPointerCaptureCapture?
Section titled “onLostPointerCaptureCapture?”
optionalonLostPointerCaptureCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onLostPointerCaptureCapture
onMouseDown?
Section titled “onMouseDown?”
optionalonMouseDown?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseDown
onMouseDownCapture?
Section titled “onMouseDownCapture?”
optionalonMouseDownCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseDownCapture
onMouseEnter?
Section titled “onMouseEnter?”
optionalonMouseEnter?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseEnter
onMouseLeave?
Section titled “onMouseLeave?”
optionalonMouseLeave?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseLeave
onMouseMove?
Section titled “onMouseMove?”
optionalonMouseMove?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseMove
onMouseMoveCapture?
Section titled “onMouseMoveCapture?”
optionalonMouseMoveCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseMoveCapture
onMouseOut?
Section titled “onMouseOut?”
optionalonMouseOut?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseOut
onMouseOutCapture?
Section titled “onMouseOutCapture?”
optionalonMouseOutCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseOutCapture
onMouseOver?
Section titled “onMouseOver?”
optionalonMouseOver?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseOver
onMouseOverCapture?
Section titled “onMouseOverCapture?”
optionalonMouseOverCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseOverCapture
onMouseUp?
Section titled “onMouseUp?”
optionalonMouseUp?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseUp
onMouseUpCapture?
Section titled “onMouseUpCapture?”
optionalonMouseUpCapture?:MouseEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onMouseUpCapture
onNavigateToRoot
Section titled “onNavigateToRoot”onNavigateToRoot: () =>
void
Called when the root breadcrumb is clicked
Returns
Section titled “Returns”void
onNavigateToSegment
Section titled “onNavigateToSegment”onNavigateToSegment: (
index) =>void
Called when a segment breadcrumb is clicked (receives segment index)
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”void
onPaste?
Section titled “onPaste?”
optionalonPaste?:ClipboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPaste
onPasteCapture?
Section titled “onPasteCapture?”
optionalonPasteCapture?:ClipboardEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPasteCapture
onPause?
Section titled “onPause?”
optionalonPause?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPause
onPauseCapture?
Section titled “onPauseCapture?”
optionalonPauseCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPauseCapture
onPlay?
Section titled “onPlay?”
optionalonPlay?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPlay
onPlayCapture?
Section titled “onPlayCapture?”
optionalonPlayCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPlayCapture
onPlaying?
Section titled “onPlaying?”
optionalonPlaying?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPlaying
onPlayingCapture?
Section titled “onPlayingCapture?”
optionalonPlayingCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPlayingCapture
onPointerCancel?
Section titled “onPointerCancel?”
optionalonPointerCancel?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerCancel
onPointerCancelCapture?
Section titled “onPointerCancelCapture?”
optionalonPointerCancelCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerCancelCapture
onPointerDown?
Section titled “onPointerDown?”
optionalonPointerDown?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerDown
onPointerDownCapture?
Section titled “onPointerDownCapture?”
optionalonPointerDownCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerDownCapture
onPointerEnter?
Section titled “onPointerEnter?”
optionalonPointerEnter?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerEnter
onPointerLeave?
Section titled “onPointerLeave?”
optionalonPointerLeave?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerLeave
onPointerMove?
Section titled “onPointerMove?”
optionalonPointerMove?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerMove
onPointerMoveCapture?
Section titled “onPointerMoveCapture?”
optionalonPointerMoveCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerMoveCapture
onPointerOut?
Section titled “onPointerOut?”
optionalonPointerOut?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerOut
onPointerOutCapture?
Section titled “onPointerOutCapture?”
optionalonPointerOutCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerOutCapture
onPointerOver?
Section titled “onPointerOver?”
optionalonPointerOver?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerOver
onPointerOverCapture?
Section titled “onPointerOverCapture?”
optionalonPointerOverCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerOverCapture
onPointerUp?
Section titled “onPointerUp?”
optionalonPointerUp?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerUp
onPointerUpCapture?
Section titled “onPointerUpCapture?”
optionalonPointerUpCapture?:PointerEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onPointerUpCapture
onProgress?
Section titled “onProgress?”
optionalonProgress?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onProgress
onProgressCapture?
Section titled “onProgressCapture?”
optionalonProgressCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onProgressCapture
onRateChange?
Section titled “onRateChange?”
optionalonRateChange?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onRateChange
onRateChangeCapture?
Section titled “onRateChangeCapture?”
optionalonRateChangeCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onRateChangeCapture
onReset?
Section titled “onReset?”
optionalonReset?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onReset
onResetCapture?
Section titled “onResetCapture?”
optionalonResetCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onResetCapture
onScroll?
Section titled “onScroll?”
optionalonScroll?:UIEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onScroll
onScrollCapture?
Section titled “onScrollCapture?”
optionalonScrollCapture?:UIEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onScrollCapture
onScrollEnd?
Section titled “onScrollEnd?”
optionalonScrollEnd?:UIEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onScrollEnd
onScrollEndCapture?
Section titled “onScrollEndCapture?”
optionalonScrollEndCapture?:UIEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onScrollEndCapture
onSeeked?
Section titled “onSeeked?”
optionalonSeeked?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSeeked
onSeekedCapture?
Section titled “onSeekedCapture?”
optionalonSeekedCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSeekedCapture
onSeeking?
Section titled “onSeeking?”
optionalonSeeking?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSeeking
onSeekingCapture?
Section titled “onSeekingCapture?”
optionalonSeekingCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSeekingCapture
onSelect?
Section titled “onSelect?”
optionalonSelect?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSelect
onSelectCapture?
Section titled “onSelectCapture?”
optionalonSelectCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSelectCapture
onStalled?
Section titled “onStalled?”
optionalonStalled?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onStalled
onStalledCapture?
Section titled “onStalledCapture?”
optionalonStalledCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onStalledCapture
onSubmit?
Section titled “onSubmit?”
optionalonSubmit?:SubmitEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSubmit
onSubmitCapture?
Section titled “onSubmitCapture?”
optionalonSubmitCapture?:SubmitEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSubmitCapture
onSuspend?
Section titled “onSuspend?”
optionalonSuspend?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSuspend
onSuspendCapture?
Section titled “onSuspendCapture?”
optionalonSuspendCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onSuspendCapture
onTimeUpdate?
Section titled “onTimeUpdate?”
optionalonTimeUpdate?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTimeUpdate
onTimeUpdateCapture?
Section titled “onTimeUpdateCapture?”
optionalonTimeUpdateCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTimeUpdateCapture
onToggle?
Section titled “onToggle?”
optionalonToggle?:ToggleEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onToggle
onTouchCancel?
Section titled “onTouchCancel?”
optionalonTouchCancel?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchCancel
onTouchCancelCapture?
Section titled “onTouchCancelCapture?”
optionalonTouchCancelCapture?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchCancelCapture
onTouchEnd?
Section titled “onTouchEnd?”
optionalonTouchEnd?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchEnd
onTouchEndCapture?
Section titled “onTouchEndCapture?”
optionalonTouchEndCapture?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchEndCapture
onTouchMove?
Section titled “onTouchMove?”
optionalonTouchMove?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchMove
onTouchMoveCapture?
Section titled “onTouchMoveCapture?”
optionalonTouchMoveCapture?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchMoveCapture
onTouchStart?
Section titled “onTouchStart?”
optionalonTouchStart?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchStart
onTouchStartCapture?
Section titled “onTouchStartCapture?”
optionalonTouchStartCapture?:TouchEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTouchStartCapture
onTransitionCancel?
Section titled “onTransitionCancel?”
optionalonTransitionCancel?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionCancel
onTransitionCancelCapture?
Section titled “onTransitionCancelCapture?”
optionalonTransitionCancelCapture?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionCancelCapture
onTransitionEnd?
Section titled “onTransitionEnd?”
optionalonTransitionEnd?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionEnd
onTransitionEndCapture?
Section titled “onTransitionEndCapture?”
optionalonTransitionEndCapture?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionEndCapture
onTransitionRun?
Section titled “onTransitionRun?”
optionalonTransitionRun?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionRun
onTransitionRunCapture?
Section titled “onTransitionRunCapture?”
optionalonTransitionRunCapture?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionRunCapture
onTransitionStart?
Section titled “onTransitionStart?”
optionalonTransitionStart?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionStart
onTransitionStartCapture?
Section titled “onTransitionStartCapture?”
optionalonTransitionStartCapture?:TransitionEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onTransitionStartCapture
onVolumeChange?
Section titled “onVolumeChange?”
optionalonVolumeChange?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onVolumeChange
onVolumeChangeCapture?
Section titled “onVolumeChangeCapture?”
optionalonVolumeChangeCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onVolumeChangeCapture
onWaiting?
Section titled “onWaiting?”
optionalonWaiting?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onWaiting
onWaitingCapture?
Section titled “onWaitingCapture?”
optionalonWaitingCapture?:ReactEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onWaitingCapture
onWheel?
Section titled “onWheel?”
optionalonWheel?:WheelEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onWheel
onWheelCapture?
Section titled “onWheelCapture?”
optionalonWheelCapture?:WheelEventHandler<HTMLElement>
Inherited from
Section titled “Inherited from”Omit.onWheelCapture
optionalpart?:string
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
Section titled “Inherited from”Omit.part
popover?
Section titled “popover?”
optionalpopover?:""|"auto"|"manual"|"hint"
Inherited from
Section titled “Inherited from”Omit.popover
popoverTarget?
Section titled “popoverTarget?”
optionalpopoverTarget?:string
Inherited from
Section titled “Inherited from”Omit.popoverTarget
popoverTargetAction?
Section titled “popoverTargetAction?”
optionalpopoverTargetAction?:"toggle"|"show"|"hide"
Inherited from
Section titled “Inherited from”Omit.popoverTargetAction
prefix?
Section titled “prefix?”
optionalprefix?:string
Inherited from
Section titled “Inherited from”Omit.prefix
property?
Section titled “property?”
optionalproperty?:string
Inherited from
Section titled “Inherited from”Omit.property
radioGroup?
Section titled “radioGroup?”
optionalradioGroup?:string
Inherited from
Section titled “Inherited from”Omit.radioGroup
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).
Inherited from
Section titled “Inherited from”Omit.ref
optionalrel?:string
Inherited from
Section titled “Inherited from”Omit.rel
resource?
Section titled “resource?”
optionalresource?:string
Inherited from
Section titled “Inherited from”Omit.resource
results?
Section titled “results?”
optionalresults?:number
Inherited from
Section titled “Inherited from”Omit.results
optionalrev?:string
Inherited from
Section titled “Inherited from”Omit.rev
optionalrole?:AriaRole
Inherited from
Section titled “Inherited from”Omit.role
rootLabel
Section titled “rootLabel”rootLabel:
string
Label for the root breadcrumb item
security?
Section titled “security?”
optionalsecurity?:string
Inherited from
Section titled “Inherited from”Omit.security
segments
Section titled “segments”segments:
string[]
Path segments after the root
optionalslot?:string
Inherited from
Section titled “Inherited from”Omit.slot
spellCheck?
Section titled “spellCheck?”
optionalspellCheck?:Booleanish
Inherited from
Section titled “Inherited from”Omit.spellCheck
style?
Section titled “style?”
optionalstyle?:CSSProperties
Inherited from
Section titled “Inherited from”Omit.style
suppressContentEditableWarning?
Section titled “suppressContentEditableWarning?”
optionalsuppressContentEditableWarning?:boolean
Inherited from
Section titled “Inherited from”Omit.suppressContentEditableWarning
suppressHydrationWarning?
Section titled “suppressHydrationWarning?”
optionalsuppressHydrationWarning?:boolean
Inherited from
Section titled “Inherited from”Omit.suppressHydrationWarning
tabIndex?
Section titled “tabIndex?”
optionaltabIndex?:number
Inherited from
Section titled “Inherited from”Omit.tabIndex
title?
Section titled “title?”
optionaltitle?:string
Inherited from
Section titled “Inherited from”Omit.title
translate?
Section titled “translate?”
optionaltranslate?:"yes"|"no"
Inherited from
Section titled “Inherited from”Omit.translate
typeof?
Section titled “typeof?”
optionaltypeof?:string
Inherited from
Section titled “Inherited from”Omit.typeof
unselectable?
Section titled “unselectable?”
optionalunselectable?:"off"|"on"
Inherited from
Section titled “Inherited from”Omit.unselectable
vocab?
Section titled “vocab?”
optionalvocab?:string
Inherited from
Section titled “Inherited from”Omit.vocab