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