BadgeProps
Defined in: packages/react-ui/src/components/Badge.tsx:24
Extends
Section titled “Extends”ComponentProps<"span">.VariantProps<typeofbadgeVariants>
Properties
Section titled “Properties”about?
Section titled “about?”
optionalabout?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2820
Inherited from
Section titled “Inherited from”ComponentProps.about
accessKey?
Section titled “accessKey?”
optionalaccessKey?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2793
Inherited from
Section titled “Inherited from”ComponentProps.accessKey
aria-activedescendant?
Section titled “aria-activedescendant?”
optionalaria-activedescendant?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2491
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
Section titled “Inherited from”ComponentProps.aria-activedescendant
aria-atomic?
Section titled “aria-atomic?”
optionalaria-atomic?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2493
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”ComponentProps.aria-atomic
aria-autocomplete?
Section titled “aria-autocomplete?”
optionalaria-autocomplete?:"none"|"list"|"inline"|"both"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2498
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”ComponentProps.aria-autocomplete
aria-braillelabel?
Section titled “aria-braillelabel?”
optionalaria-braillelabel?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2504
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”ComponentProps.aria-braillelabel
aria-brailleroledescription?
Section titled “aria-brailleroledescription?”
optionalaria-brailleroledescription?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2509
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”ComponentProps.aria-brailleroledescription
aria-busy?
Section titled “aria-busy?”
optionalaria-busy?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2510
Inherited from
Section titled “Inherited from”ComponentProps.aria-busy
aria-checked?
Section titled “aria-checked?”
optionalaria-checked?:boolean|"true"|"false"|"mixed"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2515
Indicates the current “checked” state of checkboxes, radio buttons, and other widgets.
- aria-pressed
- aria-selected.
Inherited from
Section titled “Inherited from”ComponentProps.aria-checked
aria-colcount?
Section titled “aria-colcount?”
optionalaria-colcount?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2520
Defines the total number of columns in a table, grid, or treegrid.
aria-colindex.
Inherited from
Section titled “Inherited from”ComponentProps.aria-colcount
aria-colindex?
Section titled “aria-colindex?”
optionalaria-colindex?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2525
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”ComponentProps.aria-colindex
aria-colindextext?
Section titled “aria-colindextext?”
optionalaria-colindextext?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2530
Defines a human readable text alternative of aria-colindex.
aria-rowindextext.
Inherited from
Section titled “Inherited from”ComponentProps.aria-colindextext
aria-colspan?
Section titled “aria-colspan?”
optionalaria-colspan?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2535
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”ComponentProps.aria-colspan
aria-controls?
Section titled “aria-controls?”
optionalaria-controls?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2540
Identifies the element (or elements) whose contents or presence are controlled by the current element.
aria-owns.
Inherited from
Section titled “Inherited from”ComponentProps.aria-controls
aria-current?
Section titled “aria-current?”
optionalaria-current?:boolean|"time"|"true"|"false"|"page"|"step"|"location"|"date"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2542
Indicates the element that represents the current item within a container or set of related elements.
Inherited from
Section titled “Inherited from”ComponentProps.aria-current
aria-describedby?
Section titled “aria-describedby?”
optionalaria-describedby?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2547
Identifies the element (or elements) that describes the object.
aria-labelledby
Inherited from
Section titled “Inherited from”ComponentProps.aria-describedby
aria-description?
Section titled “aria-description?”
optionalaria-description?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2552
Defines a string value that describes or annotates the current element.
related aria-describedby.
Inherited from
Section titled “Inherited from”ComponentProps.aria-description
aria-details?
Section titled “aria-details?”
optionalaria-details?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2557
Identifies the element that provides a detailed, extended description for the object.
aria-describedby.
Inherited from
Section titled “Inherited from”ComponentProps.aria-details
aria-disabled?
Section titled “aria-disabled?”
optionalaria-disabled?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2562
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”ComponentProps.aria-disabled
aria-dropeffect?
Section titled “aria-dropeffect?”
optionalaria-dropeffect?:"link"|"none"|"copy"|"execute"|"move"|"popup"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2567
Indicates what functions can be performed when a dragged object is released on the drop target.
Inherited from
Section titled “Inherited from”ComponentProps.aria-dropeffect
aria-errormessage?
Section titled “aria-errormessage?”
optionalaria-errormessage?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2572
Identifies the element that provides an error message for the object.
- aria-invalid
- aria-describedby.
Inherited from
Section titled “Inherited from”ComponentProps.aria-errormessage
aria-expanded?
Section titled “aria-expanded?”
optionalaria-expanded?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2574
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Inherited from
Section titled “Inherited from”ComponentProps.aria-expanded
aria-flowto?
Section titled “aria-flowto?”
optionalaria-flowto?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2579
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”ComponentProps.aria-flowto
aria-grabbed?
Section titled “aria-grabbed?”
optionalaria-grabbed?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2584
Indicates an element’s “grabbed” state in a drag-and-drop operation.
Inherited from
Section titled “Inherited from”ComponentProps.aria-grabbed
aria-haspopup?
Section titled “aria-haspopup?”
optionalaria-haspopup?:boolean|"dialog"|"menu"|"true"|"false"|"grid"|"listbox"|"tree"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2586
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”ComponentProps.aria-haspopup
aria-hidden?
Section titled “aria-hidden?”
optionalaria-hidden?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2591
Indicates whether the element is exposed to an accessibility API.
aria-disabled.
Inherited from
Section titled “Inherited from”ComponentProps.aria-hidden
aria-invalid?
Section titled “aria-invalid?”
optionalaria-invalid?:boolean|"true"|"false"|"grammar"|"spelling"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2596
Indicates the entered value does not conform to the format expected by the application.
aria-errormessage.
Inherited from
Section titled “Inherited from”ComponentProps.aria-invalid
aria-keyshortcuts?
Section titled “aria-keyshortcuts?”
optionalaria-keyshortcuts?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2598
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Inherited from
Section titled “Inherited from”ComponentProps.aria-keyshortcuts
aria-label?
Section titled “aria-label?”
optionalaria-label?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2603
Defines a string value that labels the current element.
aria-labelledby.
Inherited from
Section titled “Inherited from”ComponentProps.aria-label
aria-labelledby?
Section titled “aria-labelledby?”
optionalaria-labelledby?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2608
Identifies the element (or elements) that labels the current element.
aria-describedby.
Inherited from
Section titled “Inherited from”ComponentProps.aria-labelledby
aria-level?
Section titled “aria-level?”
optionalaria-level?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2610
Defines the hierarchical level of an element within a structure.
Inherited from
Section titled “Inherited from”ComponentProps.aria-level
aria-live?
Section titled “aria-live?”
optionalaria-live?:"off"|"assertive"|"polite"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2612
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”ComponentProps.aria-live
aria-modal?
Section titled “aria-modal?”
optionalaria-modal?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2614
Indicates whether an element is modal when displayed.
Inherited from
Section titled “Inherited from”ComponentProps.aria-modal
aria-multiline?
Section titled “aria-multiline?”
optionalaria-multiline?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2616
Indicates whether a text box accepts multiple lines of input or only a single line.
Inherited from
Section titled “Inherited from”ComponentProps.aria-multiline
aria-multiselectable?
Section titled “aria-multiselectable?”
optionalaria-multiselectable?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2618
Indicates that the user may select more than one item from the current selectable descendants.
Inherited from
Section titled “Inherited from”ComponentProps.aria-multiselectable
aria-orientation?
Section titled “aria-orientation?”
optionalaria-orientation?:"horizontal"|"vertical"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2620
Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
Section titled “Inherited from”ComponentProps.aria-orientation
aria-owns?
Section titled “aria-owns?”
optionalaria-owns?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2626
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”ComponentProps.aria-owns
aria-placeholder?
Section titled “aria-placeholder?”
optionalaria-placeholder?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2631
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”ComponentProps.aria-placeholder
aria-posinset?
Section titled “aria-posinset?”
optionalaria-posinset?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2636
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”ComponentProps.aria-posinset
aria-pressed?
Section titled “aria-pressed?”
optionalaria-pressed?:boolean|"true"|"false"|"mixed"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2641
Indicates the current “pressed” state of toggle buttons.
- aria-checked
- aria-selected.
Inherited from
Section titled “Inherited from”ComponentProps.aria-pressed
aria-readonly?
Section titled “aria-readonly?”
optionalaria-readonly?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2646
Indicates that the element is not editable, but is otherwise operable.
aria-disabled.
Inherited from
Section titled “Inherited from”ComponentProps.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"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2651
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”ComponentProps.aria-relevant
aria-required?
Section titled “aria-required?”
optionalaria-required?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2664
Indicates that user input is required on the element before a form may be submitted.
Inherited from
Section titled “Inherited from”ComponentProps.aria-required
aria-roledescription?
Section titled “aria-roledescription?”
optionalaria-roledescription?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2666
Defines a human-readable, author-localized description for the role of an element.
Inherited from
Section titled “Inherited from”ComponentProps.aria-roledescription
aria-rowcount?
Section titled “aria-rowcount?”
optionalaria-rowcount?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2671
Defines the total number of rows in a table, grid, or treegrid.
aria-rowindex.
Inherited from
Section titled “Inherited from”ComponentProps.aria-rowcount
aria-rowindex?
Section titled “aria-rowindex?”
optionalaria-rowindex?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2676
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”ComponentProps.aria-rowindex
aria-rowindextext?
Section titled “aria-rowindextext?”
optionalaria-rowindextext?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2681
Defines a human readable text alternative of aria-rowindex.
aria-colindextext.
Inherited from
Section titled “Inherited from”ComponentProps.aria-rowindextext
aria-rowspan?
Section titled “aria-rowspan?”
optionalaria-rowspan?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2686
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”ComponentProps.aria-rowspan
aria-selected?
Section titled “aria-selected?”
optionalaria-selected?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2691
Indicates the current “selected” state of various widgets.
- aria-checked
- aria-pressed.
Inherited from
Section titled “Inherited from”ComponentProps.aria-selected
aria-setsize?
Section titled “aria-setsize?”
optionalaria-setsize?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2696
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”ComponentProps.aria-setsize
aria-sort?
Section titled “aria-sort?”
optionalaria-sort?:"none"|"ascending"|"descending"|"other"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2698
Indicates if items in a table or grid are sorted in ascending or descending order.
Inherited from
Section titled “Inherited from”ComponentProps.aria-sort
aria-valuemax?
Section titled “aria-valuemax?”
optionalaria-valuemax?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2700
Defines the maximum allowed value for a range widget.
Inherited from
Section titled “Inherited from”ComponentProps.aria-valuemax
aria-valuemin?
Section titled “aria-valuemin?”
optionalaria-valuemin?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2702
Defines the minimum allowed value for a range widget.
Inherited from
Section titled “Inherited from”ComponentProps.aria-valuemin
aria-valuenow?
Section titled “aria-valuenow?”
optionalaria-valuenow?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2707
Defines the current value for a range widget.
aria-valuetext.
Inherited from
Section titled “Inherited from”ComponentProps.aria-valuenow
aria-valuetext?
Section titled “aria-valuetext?”
optionalaria-valuetext?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2709
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
Section titled “Inherited from”ComponentProps.aria-valuetext
asChild?
Section titled “asChild?”
optionalasChild?:boolean
Defined in: packages/react-ui/src/components/Badge.tsx:27
autoCapitalize?
Section titled “autoCapitalize?”
optionalautoCapitalize?:"off"|"none"|"on"|"sentences"|"words"|"characters"|string&object
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2794
Inherited from
Section titled “Inherited from”ComponentProps.autoCapitalize
autoCorrect?
Section titled “autoCorrect?”
optionalautoCorrect?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2833
Inherited from
Section titled “Inherited from”ComponentProps.autoCorrect
autoFocus?
Section titled “autoFocus?”
optionalautoFocus?:boolean
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2795
Inherited from
Section titled “Inherited from”ComponentProps.autoFocus
autoSave?
Section titled “autoSave?”
optionalautoSave?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2834
Inherited from
Section titled “Inherited from”ComponentProps.autoSave
children?
Section titled “children?”
optionalchildren?:ReactNode
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2267
Inherited from
Section titled “Inherited from”ComponentProps.children
className?
Section titled “className?”
optionalclassName?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2796
Inherited from
Section titled “Inherited from”ComponentProps.className
color?
Section titled “color?”
optionalcolor?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2835
Inherited from
Section titled “Inherited from”ComponentProps.color
content?
Section titled “content?”
optionalcontent?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2821
Inherited from
Section titled “Inherited from”ComponentProps.content
contentEditable?
Section titled “contentEditable?”
optionalcontentEditable?:Booleanish|"inherit"|"plaintext-only"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2797
Inherited from
Section titled “Inherited from”ComponentProps.contentEditable
contextMenu?
Section titled “contextMenu?”
optionalcontextMenu?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2798
Inherited from
Section titled “Inherited from”ComponentProps.contextMenu
dangerouslySetInnerHTML?
Section titled “dangerouslySetInnerHTML?”
optionaldangerouslySetInnerHTML?:object
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2268
__html
Section titled “__html”__html:
string|TrustedHTML
Inherited from
Section titled “Inherited from”ComponentProps.dangerouslySetInnerHTML
datatype?
Section titled “datatype?”
optionaldatatype?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2822
Inherited from
Section titled “Inherited from”ComponentProps.datatype
defaultChecked?
Section titled “defaultChecked?”
optionaldefaultChecked?:boolean
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2787
Inherited from
Section titled “Inherited from”ComponentProps.defaultChecked
defaultValue?
Section titled “defaultValue?”
optionaldefaultValue?:string|number| readonlystring[]
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2788
Inherited from
Section titled “Inherited from”ComponentProps.defaultValue
optionaldir?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2799
Inherited from
Section titled “Inherited from”ComponentProps.dir
draggable?
Section titled “draggable?”
optionaldraggable?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2800
Inherited from
Section titled “Inherited from”ComponentProps.draggable
enterKeyHint?
Section titled “enterKeyHint?”
optionalenterKeyHint?:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2801
Inherited from
Section titled “Inherited from”ComponentProps.enterKeyHint
exportparts?
Section titled “exportparts?”
optionalexportparts?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2868
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
Section titled “Inherited from”ComponentProps.exportparts
hidden?
Section titled “hidden?”
optionalhidden?:boolean
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2802
Inherited from
Section titled “Inherited from”ComponentProps.hidden
optionalid?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2803
Inherited from
Section titled “Inherited from”ComponentProps.id
inert?
Section titled “inert?”
optionalinert?:boolean
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2854
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
Section titled “Inherited from”ComponentProps.inert
inlist?
Section titled “inlist?”
optionalinlist?:any
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2823
Inherited from
Section titled “Inherited from”ComponentProps.inlist
inputMode?
Section titled “inputMode?”
optionalinputMode?:"search"|"text"|"none"|"tel"|"url"|"email"|"numeric"|"decimal"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2859
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”ComponentProps.inputMode
optionalis?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2864
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”ComponentProps.is
itemID?
Section titled “itemID?”
optionalitemID?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2839
Inherited from
Section titled “Inherited from”ComponentProps.itemID
itemProp?
Section titled “itemProp?”
optionalitemProp?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2836
Inherited from
Section titled “Inherited from”ComponentProps.itemProp
itemRef?
Section titled “itemRef?”
optionalitemRef?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2840
Inherited from
Section titled “Inherited from”ComponentProps.itemRef
itemScope?
Section titled “itemScope?”
optionalitemScope?:boolean
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2837
Inherited from
Section titled “Inherited from”ComponentProps.itemScope
itemType?
Section titled “itemType?”
optionalitemType?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2838
Inherited from
Section titled “Inherited from”ComponentProps.itemType
optionalkey?:Key|null
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:259
Inherited from
Section titled “Inherited from”ComponentProps.key
optionallang?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2804
Inherited from
Section titled “Inherited from”ComponentProps.lang
nonce?
Section titled “nonce?”
optionalnonce?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2805
Inherited from
Section titled “Inherited from”ComponentProps.nonce
onAbort?
Section titled “onAbort?”
optionalonAbort?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2327
Inherited from
Section titled “Inherited from”ComponentProps.onAbort
onAbortCapture?
Section titled “onAbortCapture?”
optionalonAbortCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2328
Inherited from
Section titled “Inherited from”ComponentProps.onAbortCapture
onAnimationEnd?
Section titled “onAnimationEnd?”
optionalonAnimationEnd?:AnimationEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2457
Inherited from
Section titled “Inherited from”ComponentProps.onAnimationEnd
onAnimationEndCapture?
Section titled “onAnimationEndCapture?”
optionalonAnimationEndCapture?:AnimationEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2458
Inherited from
Section titled “Inherited from”ComponentProps.onAnimationEndCapture
onAnimationIteration?
Section titled “onAnimationIteration?”
optionalonAnimationIteration?:AnimationEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2459
Inherited from
Section titled “Inherited from”ComponentProps.onAnimationIteration
onAnimationIterationCapture?
Section titled “onAnimationIterationCapture?”
optionalonAnimationIterationCapture?:AnimationEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2460
Inherited from
Section titled “Inherited from”ComponentProps.onAnimationIterationCapture
onAnimationStart?
Section titled “onAnimationStart?”
optionalonAnimationStart?:AnimationEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2455
Inherited from
Section titled “Inherited from”ComponentProps.onAnimationStart
onAnimationStartCapture?
Section titled “onAnimationStartCapture?”
optionalonAnimationStartCapture?:AnimationEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2456
Inherited from
Section titled “Inherited from”ComponentProps.onAnimationStartCapture
onAuxClick?
Section titled “onAuxClick?”
optionalonAuxClick?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2373
Inherited from
Section titled “Inherited from”ComponentProps.onAuxClick
onAuxClickCapture?
Section titled “onAuxClickCapture?”
optionalonAuxClickCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2374
Inherited from
Section titled “Inherited from”ComponentProps.onAuxClickCapture
onBeforeInput?
Section titled “onBeforeInput?”
optionalonBeforeInput?:InputEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2299
Inherited from
Section titled “Inherited from”ComponentProps.onBeforeInput
onBeforeInputCapture?
Section titled “onBeforeInputCapture?”
optionalonBeforeInputCapture?:InputEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2300
Inherited from
Section titled “Inherited from”ComponentProps.onBeforeInputCapture
onBeforeToggle?
Section titled “onBeforeToggle?”
optionalonBeforeToggle?:ToggleEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2464
Inherited from
Section titled “Inherited from”ComponentProps.onBeforeToggle
onBlur?
Section titled “onBlur?”
optionalonBlur?:FocusEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2293
Inherited from
Section titled “Inherited from”ComponentProps.onBlur
onBlurCapture?
Section titled “onBlurCapture?”
optionalonBlurCapture?:FocusEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2294
Inherited from
Section titled “Inherited from”ComponentProps.onBlurCapture
onCanPlay?
Section titled “onCanPlay?”
optionalonCanPlay?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2329
Inherited from
Section titled “Inherited from”ComponentProps.onCanPlay
onCanPlayCapture?
Section titled “onCanPlayCapture?”
optionalonCanPlayCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2330
Inherited from
Section titled “Inherited from”ComponentProps.onCanPlayCapture
onCanPlayThrough?
Section titled “onCanPlayThrough?”
optionalonCanPlayThrough?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2331
Inherited from
Section titled “Inherited from”ComponentProps.onCanPlayThrough
onCanPlayThroughCapture?
Section titled “onCanPlayThroughCapture?”
optionalonCanPlayThroughCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2332
Inherited from
Section titled “Inherited from”ComponentProps.onCanPlayThroughCapture
onChange?
Section titled “onChange?”
optionalonChange?:ChangeEventHandler<HTMLSpanElement,Element>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2297
Inherited from
Section titled “Inherited from”ComponentProps.onChange
onChangeCapture?
Section titled “onChangeCapture?”
optionalonChangeCapture?:ChangeEventHandler<HTMLSpanElement,Element>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2298
Inherited from
Section titled “Inherited from”ComponentProps.onChangeCapture
onClick?
Section titled “onClick?”
optionalonClick?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2375
Inherited from
Section titled “Inherited from”ComponentProps.onClick
onClickCapture?
Section titled “onClickCapture?”
optionalonClickCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2376
Inherited from
Section titled “Inherited from”ComponentProps.onClickCapture
onCompositionEnd?
Section titled “onCompositionEnd?”
optionalonCompositionEnd?:CompositionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2283
Inherited from
Section titled “Inherited from”ComponentProps.onCompositionEnd
onCompositionEndCapture?
Section titled “onCompositionEndCapture?”
optionalonCompositionEndCapture?:CompositionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2284
Inherited from
Section titled “Inherited from”ComponentProps.onCompositionEndCapture
onCompositionStart?
Section titled “onCompositionStart?”
optionalonCompositionStart?:CompositionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2285
Inherited from
Section titled “Inherited from”ComponentProps.onCompositionStart
onCompositionStartCapture?
Section titled “onCompositionStartCapture?”
optionalonCompositionStartCapture?:CompositionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2286
Inherited from
Section titled “Inherited from”ComponentProps.onCompositionStartCapture
onCompositionUpdate?
Section titled “onCompositionUpdate?”
optionalonCompositionUpdate?:CompositionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2287
Inherited from
Section titled “Inherited from”ComponentProps.onCompositionUpdate
onCompositionUpdateCapture?
Section titled “onCompositionUpdateCapture?”
optionalonCompositionUpdateCapture?:CompositionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2288
Inherited from
Section titled “Inherited from”ComponentProps.onCompositionUpdateCapture
onContextMenu?
Section titled “onContextMenu?”
optionalonContextMenu?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2377
Inherited from
Section titled “Inherited from”ComponentProps.onContextMenu
onContextMenuCapture?
Section titled “onContextMenuCapture?”
optionalonContextMenuCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2378
Inherited from
Section titled “Inherited from”ComponentProps.onContextMenuCapture
onCopy?
Section titled “onCopy?”
optionalonCopy?:ClipboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2275
Inherited from
Section titled “Inherited from”ComponentProps.onCopy
onCopyCapture?
Section titled “onCopyCapture?”
optionalonCopyCapture?:ClipboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2276
Inherited from
Section titled “Inherited from”ComponentProps.onCopyCapture
onCut?
Section titled “onCut?”
optionalonCut?:ClipboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2277
Inherited from
Section titled “Inherited from”ComponentProps.onCut
onCutCapture?
Section titled “onCutCapture?”
optionalonCutCapture?:ClipboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2278
Inherited from
Section titled “Inherited from”ComponentProps.onCutCapture
onDoubleClick?
Section titled “onDoubleClick?”
optionalonDoubleClick?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2379
Inherited from
Section titled “Inherited from”ComponentProps.onDoubleClick
onDoubleClickCapture?
Section titled “onDoubleClickCapture?”
optionalonDoubleClickCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2380
Inherited from
Section titled “Inherited from”ComponentProps.onDoubleClickCapture
onDrag?
Section titled “onDrag?”
optionalonDrag?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2381
Inherited from
Section titled “Inherited from”ComponentProps.onDrag
onDragCapture?
Section titled “onDragCapture?”
optionalonDragCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2382
Inherited from
Section titled “Inherited from”ComponentProps.onDragCapture
onDragEnd?
Section titled “onDragEnd?”
optionalonDragEnd?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2383
Inherited from
Section titled “Inherited from”ComponentProps.onDragEnd
onDragEndCapture?
Section titled “onDragEndCapture?”
optionalonDragEndCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2384
Inherited from
Section titled “Inherited from”ComponentProps.onDragEndCapture
onDragEnter?
Section titled “onDragEnter?”
optionalonDragEnter?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2385
Inherited from
Section titled “Inherited from”ComponentProps.onDragEnter
onDragEnterCapture?
Section titled “onDragEnterCapture?”
optionalonDragEnterCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2386
Inherited from
Section titled “Inherited from”ComponentProps.onDragEnterCapture
onDragExit?
Section titled “onDragExit?”
optionalonDragExit?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2387
Inherited from
Section titled “Inherited from”ComponentProps.onDragExit
onDragExitCapture?
Section titled “onDragExitCapture?”
optionalonDragExitCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2388
Inherited from
Section titled “Inherited from”ComponentProps.onDragExitCapture
onDragLeave?
Section titled “onDragLeave?”
optionalonDragLeave?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2389
Inherited from
Section titled “Inherited from”ComponentProps.onDragLeave
onDragLeaveCapture?
Section titled “onDragLeaveCapture?”
optionalonDragLeaveCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2390
Inherited from
Section titled “Inherited from”ComponentProps.onDragLeaveCapture
onDragOver?
Section titled “onDragOver?”
optionalonDragOver?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2391
Inherited from
Section titled “Inherited from”ComponentProps.onDragOver
onDragOverCapture?
Section titled “onDragOverCapture?”
optionalonDragOverCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2392
Inherited from
Section titled “Inherited from”ComponentProps.onDragOverCapture
onDragStart?
Section titled “onDragStart?”
optionalonDragStart?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2393
Inherited from
Section titled “Inherited from”ComponentProps.onDragStart
onDragStartCapture?
Section titled “onDragStartCapture?”
optionalonDragStartCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2394
Inherited from
Section titled “Inherited from”ComponentProps.onDragStartCapture
onDrop?
Section titled “onDrop?”
optionalonDrop?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2395
Inherited from
Section titled “Inherited from”ComponentProps.onDrop
onDropCapture?
Section titled “onDropCapture?”
optionalonDropCapture?:DragEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2396
Inherited from
Section titled “Inherited from”ComponentProps.onDropCapture
onDurationChange?
Section titled “onDurationChange?”
optionalonDurationChange?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2333
Inherited from
Section titled “Inherited from”ComponentProps.onDurationChange
onDurationChangeCapture?
Section titled “onDurationChangeCapture?”
optionalonDurationChangeCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2334
Inherited from
Section titled “Inherited from”ComponentProps.onDurationChangeCapture
onEmptied?
Section titled “onEmptied?”
optionalonEmptied?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2335
Inherited from
Section titled “Inherited from”ComponentProps.onEmptied
onEmptiedCapture?
Section titled “onEmptiedCapture?”
optionalonEmptiedCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2336
Inherited from
Section titled “Inherited from”ComponentProps.onEmptiedCapture
onEncrypted?
Section titled “onEncrypted?”
optionalonEncrypted?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2337
Inherited from
Section titled “Inherited from”ComponentProps.onEncrypted
onEncryptedCapture?
Section titled “onEncryptedCapture?”
optionalonEncryptedCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2338
Inherited from
Section titled “Inherited from”ComponentProps.onEncryptedCapture
onEnded?
Section titled “onEnded?”
optionalonEnded?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2339
Inherited from
Section titled “Inherited from”ComponentProps.onEnded
onEndedCapture?
Section titled “onEndedCapture?”
optionalonEndedCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2340
Inherited from
Section titled “Inherited from”ComponentProps.onEndedCapture
onError?
Section titled “onError?”
optionalonError?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2313
Inherited from
Section titled “Inherited from”ComponentProps.onError
onErrorCapture?
Section titled “onErrorCapture?”
optionalonErrorCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2314
Inherited from
Section titled “Inherited from”ComponentProps.onErrorCapture
onFocus?
Section titled “onFocus?”
optionalonFocus?:FocusEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2291
Inherited from
Section titled “Inherited from”ComponentProps.onFocus
onFocusCapture?
Section titled “onFocusCapture?”
optionalonFocusCapture?:FocusEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2292
Inherited from
Section titled “Inherited from”ComponentProps.onFocusCapture
onGotPointerCapture?
Section titled “onGotPointerCapture?”
optionalonGotPointerCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2439
Inherited from
Section titled “Inherited from”ComponentProps.onGotPointerCapture
onGotPointerCaptureCapture?
Section titled “onGotPointerCaptureCapture?”
optionalonGotPointerCaptureCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2440
Inherited from
Section titled “Inherited from”ComponentProps.onGotPointerCaptureCapture
onInput?
Section titled “onInput?”
optionalonInput?:InputEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2301
Inherited from
Section titled “Inherited from”ComponentProps.onInput
onInputCapture?
Section titled “onInputCapture?”
optionalonInputCapture?:InputEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2302
Inherited from
Section titled “Inherited from”ComponentProps.onInputCapture
onInvalid?
Section titled “onInvalid?”
optionalonInvalid?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2307
Inherited from
Section titled “Inherited from”ComponentProps.onInvalid
onInvalidCapture?
Section titled “onInvalidCapture?”
optionalonInvalidCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2308
Inherited from
Section titled “Inherited from”ComponentProps.onInvalidCapture
onKeyDown?
Section titled “onKeyDown?”
optionalonKeyDown?:KeyboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2317
Inherited from
Section titled “Inherited from”ComponentProps.onKeyDown
onKeyDownCapture?
Section titled “onKeyDownCapture?”
optionalonKeyDownCapture?:KeyboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2318
Inherited from
Section titled “Inherited from”ComponentProps.onKeyDownCapture
onKeyPress?
Section titled “onKeyPress?”
optionalonKeyPress?:KeyboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2320
Inherited from
Section titled “Inherited from”ComponentProps.onKeyPress
onKeyPressCapture?
Section titled “onKeyPressCapture?”
optionalonKeyPressCapture?:KeyboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2322
Inherited from
Section titled “Inherited from”ComponentProps.onKeyPressCapture
onKeyUp?
Section titled “onKeyUp?”
optionalonKeyUp?:KeyboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2323
Inherited from
Section titled “Inherited from”ComponentProps.onKeyUp
onKeyUpCapture?
Section titled “onKeyUpCapture?”
optionalonKeyUpCapture?:KeyboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2324
Inherited from
Section titled “Inherited from”ComponentProps.onKeyUpCapture
onLoad?
Section titled “onLoad?”
optionalonLoad?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2311
Inherited from
Section titled “Inherited from”ComponentProps.onLoad
onLoadCapture?
Section titled “onLoadCapture?”
optionalonLoadCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2312
Inherited from
Section titled “Inherited from”ComponentProps.onLoadCapture
onLoadedData?
Section titled “onLoadedData?”
optionalonLoadedData?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2341
Inherited from
Section titled “Inherited from”ComponentProps.onLoadedData
onLoadedDataCapture?
Section titled “onLoadedDataCapture?”
optionalonLoadedDataCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2342
Inherited from
Section titled “Inherited from”ComponentProps.onLoadedDataCapture
onLoadedMetadata?
Section titled “onLoadedMetadata?”
optionalonLoadedMetadata?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2343
Inherited from
Section titled “Inherited from”ComponentProps.onLoadedMetadata
onLoadedMetadataCapture?
Section titled “onLoadedMetadataCapture?”
optionalonLoadedMetadataCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2344
Inherited from
Section titled “Inherited from”ComponentProps.onLoadedMetadataCapture
onLoadStart?
Section titled “onLoadStart?”
optionalonLoadStart?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2345
Inherited from
Section titled “Inherited from”ComponentProps.onLoadStart
onLoadStartCapture?
Section titled “onLoadStartCapture?”
optionalonLoadStartCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2346
Inherited from
Section titled “Inherited from”ComponentProps.onLoadStartCapture
onLostPointerCapture?
Section titled “onLostPointerCapture?”
optionalonLostPointerCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2441
Inherited from
Section titled “Inherited from”ComponentProps.onLostPointerCapture
onLostPointerCaptureCapture?
Section titled “onLostPointerCaptureCapture?”
optionalonLostPointerCaptureCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2442
Inherited from
Section titled “Inherited from”ComponentProps.onLostPointerCaptureCapture
onMouseDown?
Section titled “onMouseDown?”
optionalonMouseDown?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2397
Inherited from
Section titled “Inherited from”ComponentProps.onMouseDown
onMouseDownCapture?
Section titled “onMouseDownCapture?”
optionalonMouseDownCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2398
Inherited from
Section titled “Inherited from”ComponentProps.onMouseDownCapture
onMouseEnter?
Section titled “onMouseEnter?”
optionalonMouseEnter?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2399
Inherited from
Section titled “Inherited from”ComponentProps.onMouseEnter
onMouseLeave?
Section titled “onMouseLeave?”
optionalonMouseLeave?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2400
Inherited from
Section titled “Inherited from”ComponentProps.onMouseLeave
onMouseMove?
Section titled “onMouseMove?”
optionalonMouseMove?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2401
Inherited from
Section titled “Inherited from”ComponentProps.onMouseMove
onMouseMoveCapture?
Section titled “onMouseMoveCapture?”
optionalonMouseMoveCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2402
Inherited from
Section titled “Inherited from”ComponentProps.onMouseMoveCapture
onMouseOut?
Section titled “onMouseOut?”
optionalonMouseOut?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2403
Inherited from
Section titled “Inherited from”ComponentProps.onMouseOut
onMouseOutCapture?
Section titled “onMouseOutCapture?”
optionalonMouseOutCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2404
Inherited from
Section titled “Inherited from”ComponentProps.onMouseOutCapture
onMouseOver?
Section titled “onMouseOver?”
optionalonMouseOver?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2405
Inherited from
Section titled “Inherited from”ComponentProps.onMouseOver
onMouseOverCapture?
Section titled “onMouseOverCapture?”
optionalonMouseOverCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2406
Inherited from
Section titled “Inherited from”ComponentProps.onMouseOverCapture
onMouseUp?
Section titled “onMouseUp?”
optionalonMouseUp?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2407
Inherited from
Section titled “Inherited from”ComponentProps.onMouseUp
onMouseUpCapture?
Section titled “onMouseUpCapture?”
optionalonMouseUpCapture?:MouseEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2408
Inherited from
Section titled “Inherited from”ComponentProps.onMouseUpCapture
onPaste?
Section titled “onPaste?”
optionalonPaste?:ClipboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2279
Inherited from
Section titled “Inherited from”ComponentProps.onPaste
onPasteCapture?
Section titled “onPasteCapture?”
optionalonPasteCapture?:ClipboardEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2280
Inherited from
Section titled “Inherited from”ComponentProps.onPasteCapture
onPause?
Section titled “onPause?”
optionalonPause?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2347
Inherited from
Section titled “Inherited from”ComponentProps.onPause
onPauseCapture?
Section titled “onPauseCapture?”
optionalonPauseCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2348
Inherited from
Section titled “Inherited from”ComponentProps.onPauseCapture
onPlay?
Section titled “onPlay?”
optionalonPlay?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2349
Inherited from
Section titled “Inherited from”ComponentProps.onPlay
onPlayCapture?
Section titled “onPlayCapture?”
optionalonPlayCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2350
Inherited from
Section titled “Inherited from”ComponentProps.onPlayCapture
onPlaying?
Section titled “onPlaying?”
optionalonPlaying?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2351
Inherited from
Section titled “Inherited from”ComponentProps.onPlaying
onPlayingCapture?
Section titled “onPlayingCapture?”
optionalonPlayingCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2352
Inherited from
Section titled “Inherited from”ComponentProps.onPlayingCapture
onPointerCancel?
Section titled “onPointerCancel?”
optionalonPointerCancel?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2431
Inherited from
Section titled “Inherited from”ComponentProps.onPointerCancel
onPointerCancelCapture?
Section titled “onPointerCancelCapture?”
optionalonPointerCancelCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2432
Inherited from
Section titled “Inherited from”ComponentProps.onPointerCancelCapture
onPointerDown?
Section titled “onPointerDown?”
optionalonPointerDown?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2425
Inherited from
Section titled “Inherited from”ComponentProps.onPointerDown
onPointerDownCapture?
Section titled “onPointerDownCapture?”
optionalonPointerDownCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2426
Inherited from
Section titled “Inherited from”ComponentProps.onPointerDownCapture
onPointerEnter?
Section titled “onPointerEnter?”
optionalonPointerEnter?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2433
Inherited from
Section titled “Inherited from”ComponentProps.onPointerEnter
onPointerLeave?
Section titled “onPointerLeave?”
optionalonPointerLeave?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2434
Inherited from
Section titled “Inherited from”ComponentProps.onPointerLeave
onPointerMove?
Section titled “onPointerMove?”
optionalonPointerMove?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2427
Inherited from
Section titled “Inherited from”ComponentProps.onPointerMove
onPointerMoveCapture?
Section titled “onPointerMoveCapture?”
optionalonPointerMoveCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2428
Inherited from
Section titled “Inherited from”ComponentProps.onPointerMoveCapture
onPointerOut?
Section titled “onPointerOut?”
optionalonPointerOut?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2437
Inherited from
Section titled “Inherited from”ComponentProps.onPointerOut
onPointerOutCapture?
Section titled “onPointerOutCapture?”
optionalonPointerOutCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2438
Inherited from
Section titled “Inherited from”ComponentProps.onPointerOutCapture
onPointerOver?
Section titled “onPointerOver?”
optionalonPointerOver?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2435
Inherited from
Section titled “Inherited from”ComponentProps.onPointerOver
onPointerOverCapture?
Section titled “onPointerOverCapture?”
optionalonPointerOverCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2436
Inherited from
Section titled “Inherited from”ComponentProps.onPointerOverCapture
onPointerUp?
Section titled “onPointerUp?”
optionalonPointerUp?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2429
Inherited from
Section titled “Inherited from”ComponentProps.onPointerUp
onPointerUpCapture?
Section titled “onPointerUpCapture?”
optionalonPointerUpCapture?:PointerEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2430
Inherited from
Section titled “Inherited from”ComponentProps.onPointerUpCapture
onProgress?
Section titled “onProgress?”
optionalonProgress?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2353
Inherited from
Section titled “Inherited from”ComponentProps.onProgress
onProgressCapture?
Section titled “onProgressCapture?”
optionalonProgressCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2354
Inherited from
Section titled “Inherited from”ComponentProps.onProgressCapture
onRateChange?
Section titled “onRateChange?”
optionalonRateChange?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2355
Inherited from
Section titled “Inherited from”ComponentProps.onRateChange
onRateChangeCapture?
Section titled “onRateChangeCapture?”
optionalonRateChangeCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2356
Inherited from
Section titled “Inherited from”ComponentProps.onRateChangeCapture
onReset?
Section titled “onReset?”
optionalonReset?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2303
Inherited from
Section titled “Inherited from”ComponentProps.onReset
onResetCapture?
Section titled “onResetCapture?”
optionalonResetCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2304
Inherited from
Section titled “Inherited from”ComponentProps.onResetCapture
onScroll?
Section titled “onScroll?”
optionalonScroll?:UIEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2445
Inherited from
Section titled “Inherited from”ComponentProps.onScroll
onScrollCapture?
Section titled “onScrollCapture?”
optionalonScrollCapture?:UIEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2446
Inherited from
Section titled “Inherited from”ComponentProps.onScrollCapture
onScrollEnd?
Section titled “onScrollEnd?”
optionalonScrollEnd?:UIEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2447
Inherited from
Section titled “Inherited from”ComponentProps.onScrollEnd
onScrollEndCapture?
Section titled “onScrollEndCapture?”
optionalonScrollEndCapture?:UIEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2448
Inherited from
Section titled “Inherited from”ComponentProps.onScrollEndCapture
onSeeked?
Section titled “onSeeked?”
optionalonSeeked?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2357
Inherited from
Section titled “Inherited from”ComponentProps.onSeeked
onSeekedCapture?
Section titled “onSeekedCapture?”
optionalonSeekedCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2358
Inherited from
Section titled “Inherited from”ComponentProps.onSeekedCapture
onSeeking?
Section titled “onSeeking?”
optionalonSeeking?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2359
Inherited from
Section titled “Inherited from”ComponentProps.onSeeking
onSeekingCapture?
Section titled “onSeekingCapture?”
optionalonSeekingCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2360
Inherited from
Section titled “Inherited from”ComponentProps.onSeekingCapture
onSelect?
Section titled “onSelect?”
optionalonSelect?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2411
Inherited from
Section titled “Inherited from”ComponentProps.onSelect
onSelectCapture?
Section titled “onSelectCapture?”
optionalonSelectCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2412
Inherited from
Section titled “Inherited from”ComponentProps.onSelectCapture
onStalled?
Section titled “onStalled?”
optionalonStalled?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2361
Inherited from
Section titled “Inherited from”ComponentProps.onStalled
onStalledCapture?
Section titled “onStalledCapture?”
optionalonStalledCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2362
Inherited from
Section titled “Inherited from”ComponentProps.onStalledCapture
onSubmit?
Section titled “onSubmit?”
optionalonSubmit?:SubmitEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2305
Inherited from
Section titled “Inherited from”ComponentProps.onSubmit
onSubmitCapture?
Section titled “onSubmitCapture?”
optionalonSubmitCapture?:SubmitEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2306
Inherited from
Section titled “Inherited from”ComponentProps.onSubmitCapture
onSuspend?
Section titled “onSuspend?”
optionalonSuspend?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2363
Inherited from
Section titled “Inherited from”ComponentProps.onSuspend
onSuspendCapture?
Section titled “onSuspendCapture?”
optionalonSuspendCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2364
Inherited from
Section titled “Inherited from”ComponentProps.onSuspendCapture
onTimeUpdate?
Section titled “onTimeUpdate?”
optionalonTimeUpdate?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2365
Inherited from
Section titled “Inherited from”ComponentProps.onTimeUpdate
onTimeUpdateCapture?
Section titled “onTimeUpdateCapture?”
optionalonTimeUpdateCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2366
Inherited from
Section titled “Inherited from”ComponentProps.onTimeUpdateCapture
onToggle?
Section titled “onToggle?”
optionalonToggle?:ToggleEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2463
Inherited from
Section titled “Inherited from”ComponentProps.onToggle
onTouchCancel?
Section titled “onTouchCancel?”
optionalonTouchCancel?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2415
Inherited from
Section titled “Inherited from”ComponentProps.onTouchCancel
onTouchCancelCapture?
Section titled “onTouchCancelCapture?”
optionalonTouchCancelCapture?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2416
Inherited from
Section titled “Inherited from”ComponentProps.onTouchCancelCapture
onTouchEnd?
Section titled “onTouchEnd?”
optionalonTouchEnd?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2417
Inherited from
Section titled “Inherited from”ComponentProps.onTouchEnd
onTouchEndCapture?
Section titled “onTouchEndCapture?”
optionalonTouchEndCapture?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2418
Inherited from
Section titled “Inherited from”ComponentProps.onTouchEndCapture
onTouchMove?
Section titled “onTouchMove?”
optionalonTouchMove?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2419
Inherited from
Section titled “Inherited from”ComponentProps.onTouchMove
onTouchMoveCapture?
Section titled “onTouchMoveCapture?”
optionalonTouchMoveCapture?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2420
Inherited from
Section titled “Inherited from”ComponentProps.onTouchMoveCapture
onTouchStart?
Section titled “onTouchStart?”
optionalonTouchStart?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2421
Inherited from
Section titled “Inherited from”ComponentProps.onTouchStart
onTouchStartCapture?
Section titled “onTouchStartCapture?”
optionalonTouchStartCapture?:TouchEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2422
Inherited from
Section titled “Inherited from”ComponentProps.onTouchStartCapture
onTransitionCancel?
Section titled “onTransitionCancel?”
optionalonTransitionCancel?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2467
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionCancel
onTransitionCancelCapture?
Section titled “onTransitionCancelCapture?”
optionalonTransitionCancelCapture?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2468
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionCancelCapture
onTransitionEnd?
Section titled “onTransitionEnd?”
optionalonTransitionEnd?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2469
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionEnd
onTransitionEndCapture?
Section titled “onTransitionEndCapture?”
optionalonTransitionEndCapture?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2470
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionEndCapture
onTransitionRun?
Section titled “onTransitionRun?”
optionalonTransitionRun?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2471
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionRun
onTransitionRunCapture?
Section titled “onTransitionRunCapture?”
optionalonTransitionRunCapture?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2472
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionRunCapture
onTransitionStart?
Section titled “onTransitionStart?”
optionalonTransitionStart?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2473
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionStart
onTransitionStartCapture?
Section titled “onTransitionStartCapture?”
optionalonTransitionStartCapture?:TransitionEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2474
Inherited from
Section titled “Inherited from”ComponentProps.onTransitionStartCapture
onVolumeChange?
Section titled “onVolumeChange?”
optionalonVolumeChange?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2367
Inherited from
Section titled “Inherited from”ComponentProps.onVolumeChange
onVolumeChangeCapture?
Section titled “onVolumeChangeCapture?”
optionalonVolumeChangeCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2368
Inherited from
Section titled “Inherited from”ComponentProps.onVolumeChangeCapture
onWaiting?
Section titled “onWaiting?”
optionalonWaiting?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2369
Inherited from
Section titled “Inherited from”ComponentProps.onWaiting
onWaitingCapture?
Section titled “onWaitingCapture?”
optionalonWaitingCapture?:ReactEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2370
Inherited from
Section titled “Inherited from”ComponentProps.onWaitingCapture
onWheel?
Section titled “onWheel?”
optionalonWheel?:WheelEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2451
Inherited from
Section titled “Inherited from”ComponentProps.onWheel
onWheelCapture?
Section titled “onWheelCapture?”
optionalonWheelCapture?:WheelEventHandler<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2452
Inherited from
Section titled “Inherited from”ComponentProps.onWheelCapture
optionalpart?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2872
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
Section titled “Inherited from”ComponentProps.part
popover?
Section titled “popover?”
optionalpopover?:""|"auto"|"manual"|"hint"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2846
Inherited from
Section titled “Inherited from”ComponentProps.popover
popoverTarget?
Section titled “popoverTarget?”
optionalpopoverTarget?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2848
Inherited from
Section titled “Inherited from”ComponentProps.popoverTarget
popoverTargetAction?
Section titled “popoverTargetAction?”
optionalpopoverTargetAction?:"toggle"|"show"|"hide"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2847
Inherited from
Section titled “Inherited from”ComponentProps.popoverTargetAction
prefix?
Section titled “prefix?”
optionalprefix?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2824
Inherited from
Section titled “Inherited from”ComponentProps.prefix
property?
Section titled “property?”
optionalproperty?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2825
Inherited from
Section titled “Inherited from”ComponentProps.property
radioGroup?
Section titled “radioGroup?”
optionalradioGroup?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2814
Inherited from
Section titled “Inherited from”ComponentProps.radioGroup
optionalref?:Ref<HTMLSpanElement>
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:301
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”ComponentProps.ref
optionalrel?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2826
Inherited from
Section titled “Inherited from”ComponentProps.rel
resource?
Section titled “resource?”
optionalresource?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2827
Inherited from
Section titled “Inherited from”ComponentProps.resource
results?
Section titled “results?”
optionalresults?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2841
Inherited from
Section titled “Inherited from”ComponentProps.results
optionalrev?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2828
Inherited from
Section titled “Inherited from”ComponentProps.rev
optionalrole?:AriaRole
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2817
Inherited from
Section titled “Inherited from”ComponentProps.role
security?
Section titled “security?”
optionalsecurity?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2842
Inherited from
Section titled “Inherited from”ComponentProps.security
optionalslot?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2806
Inherited from
Section titled “Inherited from”ComponentProps.slot
spellCheck?
Section titled “spellCheck?”
optionalspellCheck?:Booleanish
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2807
Inherited from
Section titled “Inherited from”ComponentProps.spellCheck
style?
Section titled “style?”
optionalstyle?:CSSProperties
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2808
Inherited from
Section titled “Inherited from”ComponentProps.style
suppressContentEditableWarning?
Section titled “suppressContentEditableWarning?”
optionalsuppressContentEditableWarning?:boolean
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2789
Inherited from
Section titled “Inherited from”ComponentProps.suppressContentEditableWarning
suppressHydrationWarning?
Section titled “suppressHydrationWarning?”
optionalsuppressHydrationWarning?:boolean
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2790
Inherited from
Section titled “Inherited from”ComponentProps.suppressHydrationWarning
tabIndex?
Section titled “tabIndex?”
optionaltabIndex?:number
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2809
Inherited from
Section titled “Inherited from”ComponentProps.tabIndex
title?
Section titled “title?”
optionaltitle?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2810
Inherited from
Section titled “Inherited from”ComponentProps.title
translate?
Section titled “translate?”
optionaltranslate?:"yes"|"no"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2811
Inherited from
Section titled “Inherited from”ComponentProps.translate
typeof?
Section titled “typeof?”
optionaltypeof?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2829
Inherited from
Section titled “Inherited from”ComponentProps.typeof
unselectable?
Section titled “unselectable?”
optionalunselectable?:"off"|"on"
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2843
Inherited from
Section titled “Inherited from”ComponentProps.unselectable
variant?
Section titled “variant?”
optionalvariant?:"default"|"secondary"|"destructive"|"outline"|null
Defined in: packages/react-ui/src/components/Badge.tsx:11
Inherited from
Section titled “Inherited from”VariantProps.variant
vocab?
Section titled “vocab?”
optionalvocab?:string
Defined in: node_modules/.bun/@types+react@19.2.17/node_modules/@types/react/index.d.ts:2830
Inherited from
Section titled “Inherited from”ComponentProps.vocab