Interface: MuiListItemProps
The MuiListItem component properties.
Extends
ListItemProps.DisabledProps.ReadOnlyProps
Properties
about?
optionalabout:string
Inherited from
ListItemProps.about
accessKey?
optionalaccessKey:string
Inherited from
ListItemProps.accessKey
alignItems?
optionalalignItems:"center"|"flex-start"
Defines the align-items style property.
Default
'center'
Inherited from
ListItemProps.alignItems
aria-activedescendant?
optionalaria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.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
ListItemProps.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
ListItemProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
ListItemProps.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
ListItemProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
ListItemProps.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
ListItemProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.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
ListItemProps.aria-current
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
ListItemProps.aria-describedby
aria-description?
optionalaria-description:string
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
ListItemProps.aria-description
aria-details?
optionalaria-details:string
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.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
ListItemProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.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
ListItemProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
ListItemProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
ListItemProps.aria-labelledby
aria-level?
optionalaria-level:number
Defines the hierarchical level of an element within a structure.
Inherited from
ListItemProps.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
ListItemProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Indicates whether an element is modal when displayed.
Inherited from
ListItemProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
ListItemProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
ListItemProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.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
ListItemProps.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
ListItemProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
ListItemProps.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
ListItemProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Indicates that user input is required on the element before a form may be submitted.
Inherited from
ListItemProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Defines a human-readable, author-localized description for the role of an element.
Inherited from
ListItemProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
ListItemProps.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
ListItemProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
ListItemProps.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
ListItemProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Defines the maximum allowed value for a range widget.
Inherited from
ListItemProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Defines the minimum allowed value for a range widget.
Inherited from
ListItemProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
ListItemProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
ListItemProps.aria-valuetext
autoCapitalize?
optionalautoCapitalize:"none"|string&object|"off"|"on"|"sentences"|"words"|"characters"
Inherited from
ListItemProps.autoCapitalize
autoCorrect?
optionalautoCorrect:string
Inherited from
ListItemProps.autoCorrect
autoFocus?
optionalautoFocus:boolean
Inherited from
ListItemProps.autoFocus
autoSave?
optionalautoSave:string
Inherited from
ListItemProps.autoSave
children?
optionalchildren:ReactNode
The content of the component if a ListItemSecondaryAction is used it must
be the last child.
Inherited from
ListItemProps.children
classes?
optionalclasses:Partial<ListItemClasses> &Partial<ClassNameMap<never>>
Override or extend the styles applied to the component.
Inherited from
ListItemProps.classes
className?
optionalclassName:string
Inherited from
ListItemProps.className
color?
optionalcolor:string
Inherited from
ListItemProps.color
component?
optionalcomponent:ElementType<any, keyof IntrinsicElements>
Inherited from
ListItemProps.component
components?
optionalcomponents:object
The components used for each slot inside.
Root?
optionalRoot:ElementType<any, keyof IntrinsicElements>
Deprecated
Use the slots prop instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details.
Default
{}
Inherited from
ListItemProps.components
componentsProps?
optionalcomponentsProps:object
The extra props for the slot components. You can override the existing props or add new ones.
root?
optionalroot:HTMLAttributes<HTMLDivElement> &ListItemComponentsPropsOverrides
Deprecated
Use the slotProps prop instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details.
Default
{}
Inherited from
ListItemProps.componentsProps
ContainerComponent?
optionalContainerComponent:ElementType<HTMLAttributes<HTMLDivElement>, keyof IntrinsicElements>
The container component used when a ListItemSecondaryAction is the last child.
Default
'li'
Deprecated
Use the component or slots.root prop instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details.
Inherited from
ListItemProps.ContainerComponent
ContainerProps?
optionalContainerProps:HTMLAttributes<HTMLDivElement>
Props applied to the container component if used.
Default
{}
Deprecated
Use the slotProps.root prop instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details.
Inherited from
ListItemProps.ContainerProps
content?
optionalcontent:string
Inherited from
ListItemProps.content
contentEditable?
optionalcontentEditable:"inherit"|Booleanish|"plaintext-only"
Inherited from
ListItemProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
ListItemProps.contextMenu
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
__html
__html:
string|TrustedHTML
Inherited from
ListItemProps.dangerouslySetInnerHTML
datatype?
optionaldatatype:string
Inherited from
ListItemProps.datatype
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
ListItemProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
ListItemProps.defaultValue
dense?
optionaldense:boolean
If true, compact vertical padding designed for keyboard and mouse input is used.
The prop defaults to the value inherited from the parent List component.
Default
false
Inherited from
ListItemProps.dense
dir?
optionaldir:string
Inherited from
ListItemProps.dir
disabled?
optionaldisabled:boolean
If true, the component will be disabled.
Inherited from
DisabledProps.disabled
disableGutters?
optionaldisableGutters:boolean
If true, the left and right padding is removed.
Default
false
Inherited from
ListItemProps.disableGutters
disablePadding?
optionaldisablePadding:boolean
If true, all padding is removed.
Default
false
Inherited from
ListItemProps.disablePadding
divider?
optionaldivider:boolean
If true, a 1px light border is added to the bottom of the list item.
Default
false
Inherited from
ListItemProps.divider
draggable?
optionaldraggable:Booleanish
Inherited from
ListItemProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"done"|"enter"|"go"|"next"|"previous"|"send"
Inherited from
ListItemProps.enterKeyHint
exportparts?
optionalexportparts:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
ListItemProps.exportparts
hidden?
optionalhidden:boolean
Inherited from
ListItemProps.hidden
id?
optionalid:string
Inherited from
ListItemProps.id
inert?
optionalinert:boolean
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
ListItemProps.inert
inlist?
optionalinlist:any
Inherited from
ListItemProps.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
ListItemProps.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
ListItemProps.is
itemID?
optionalitemID:string
Inherited from
ListItemProps.itemID
itemProp?
optionalitemProp:string
Inherited from
ListItemProps.itemProp
itemRef?
optionalitemRef:string
Inherited from
ListItemProps.itemRef
itemScope?
optionalitemScope:boolean
Inherited from
ListItemProps.itemScope
itemType?
optionalitemType:string
Inherited from
ListItemProps.itemType
key?
optionalkey:null|Key
Inherited from
ListItemProps.key
lang?
optionallang:string
Inherited from
ListItemProps.lang
nonce?
optionalnonce:string
Inherited from
ListItemProps.nonce
onAbort?
optionalonAbort:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAbortCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onBeforeInputCapture
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onBeforeToggle
onBlur?
optionalonBlur:FocusEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onBlurCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCanPlayThroughCapture
onChange?
optionalonChange:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onChangeCapture
onClick?
optionalonClick:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCompositionUpdateCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onCutCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDoubleClickCapture
onDrag?
optionalonDrag:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDrag
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragCapture
onDragEnd?
optionalonDragEnd:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragEnd
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragOverCapture
onDragStart?
optionalonDragStart:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragStart
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDropCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onEndedCapture
onError?
optionalonError:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onErrorCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onFocusCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onGotPointerCaptureCapture
onInput?
optionalonInput:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onInputCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onInvalidCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLLIElement>
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
ListItemProps.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLLIElement>
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
ListItemProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onKeyUpCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoadCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLoadStartCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPasteCapture
onPause?
optionalonPause:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPlayingCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onPointerUpCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onRateChangeCapture
onReset?
optionalonReset:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onResetCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onScrollEndCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSeekingCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSelectCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onStalledCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSubmitCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTimeUpdateCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onToggle
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onTransitionStartCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onWaitingCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLLIElement>
Inherited from
ListItemProps.onWheelCapture
part?
optionalpart:string
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
ListItemProps.part
popover?
optionalpopover:""|"hint"|"auto"|"manual"
Inherited from
ListItemProps.popover
popoverTarget?
optionalpopoverTarget:string
Inherited from
ListItemProps.popoverTarget
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
ListItemProps.popoverTargetAction
prefix?
optionalprefix:string
Inherited from
ListItemProps.prefix
property?
optionalproperty:string
Inherited from
ListItemProps.property
radioGroup?
optionalradioGroup:string
Inherited from
ListItemProps.radioGroup
readOnly?
optionalreadOnly:boolean
If true, the component will be read-only.
Inherited from
ReadOnlyProps.readOnly
ref?
optionalref:Ref<HTMLLIElement>
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
ListItemProps.ref
rel?
optionalrel:string
Inherited from
ListItemProps.rel
resource?
optionalresource:string
Inherited from
ListItemProps.resource
results?
optionalresults:number
Inherited from
ListItemProps.results
rev?
optionalrev:string
Inherited from
ListItemProps.rev
role?
optionalrole:AriaRole
Inherited from
ListItemProps.role
secondaryAction?
optionalsecondaryAction:ReactNode
The element to display at the end of ListItem.
Inherited from
ListItemProps.secondaryAction
security?
optionalsecurity:string
Inherited from
ListItemProps.security
slot?
optionalslot:string
Inherited from
ListItemProps.slot
slotProps?
optionalslotProps:object
The extra props for the slot components. You can override the existing props or add new ones.
root?
optionalroot:HTMLAttributes<HTMLDivElement> &ListItemComponentsPropsOverrides
secondaryAction?
optionalsecondaryAction:SlotProps<ElementType<HTMLAttributes<HTMLDivElement>, keyof IntrinsicElements>,ListItemSecondaryActionSlotPropsOverrides,ListItemOwnerState>
Default
{}
Inherited from
ListItemProps.slotProps
slots?
optionalslots:object
The components used for each slot inside.
root?
optionalroot:ElementType<any, keyof IntrinsicElements>
secondaryAction?
optionalsecondaryAction:ElementType<any, keyof IntrinsicElements>
Default
{}
Inherited from
ListItemProps.slots
spellCheck?
optionalspellCheck:Booleanish
Inherited from
ListItemProps.spellCheck
style?
optionalstyle:CSSProperties
Inherited from
ListItemProps.style
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
ListItemProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
ListItemProps.suppressHydrationWarning
sx?
optionalsx:SxProps<Theme>
The system prop that allows defining system overrides as well as additional CSS styles.
Inherited from
ListItemProps.sx
tabIndex?
optionaltabIndex:number
Inherited from
ListItemProps.tabIndex
title?
optionaltitle:string
Inherited from
ListItemProps.title
translate?
optionaltranslate:"yes"|"no"
Inherited from
ListItemProps.translate
typeof?
optionaltypeof:string
Inherited from
ListItemProps.typeof
unselectable?
optionalunselectable:"off"|"on"
Inherited from
ListItemProps.unselectable
value?
optionalvalue:string|number| readonlystring[]
Inherited from
ListItemProps.value
vocab?
optionalvocab:string
Inherited from
ListItemProps.vocab