API Reference > ui-core > Text > TextProps TextProps Interface Properties for various text components Extends AllHTMLAttributes<HTMLSpanElement> CommonProps Inherited properties Name Type Inherited from Description about undefined | string HTMLAttributes accept undefined | string AllHTMLAttributes<HTMLSpanElement> acceptCharset undefined | string AllHTMLAttributes<HTMLSpanElement> accessKey undefined | string HTMLAttributes action undefined | string AllHTMLAttributes<HTMLSpanElement> allowFullScreen undefined | false | true AllHTMLAttributes<HTMLSpanElement> allowTransparency undefined | false | true AllHTMLAttributes<HTMLSpanElement> alt undefined | string AllHTMLAttributes<HTMLSpanElement> aria-activedescendant undefined | string AriaAttributes Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. aria-atomic boolean | "false" = undefined | "true" = undefined AriaAttributes 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. aria-autocomplete "none" = undefined | "inline" = undefined | "list" = undefined | "both" = undefined AriaAttributes 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 aria-busy boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. aria-checked boolean | "false" = undefined | "mixed" = undefined | "true" = undefined AriaAttributes Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. aria-colcount undefined | number AriaAttributes Defines the total number of columns in a table, grid, or treegrid. aria-colindex undefined | number AriaAttributes Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. aria-colspan undefined | number AriaAttributes Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. aria-controls undefined | string AriaAttributes Identifies the element (or elements) whose contents or presence are controlled by the current element. aria-current boolean | "false" = undefined | "true" = undefined | "page" = undefined | "step" = undefined | "location" = undefined | "date" = undefined | "time" = undefined AriaAttributes Indicates the element that represents the current item within a container or set of related elements. aria-describedby undefined | string AriaAttributes Identifies the element (or elements) that describes the object. aria-details undefined | string AriaAttributes Identifies the element that provides a detailed, extended description for the object. aria-disabled boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. aria-dropeffect "none" = undefined | "copy" = undefined | "execute" = undefined | "link" = undefined | "move" = undefined | "popup" = undefined AriaAttributes Indicates what functions can be performed when a dragged object is released on the drop target. aria-errormessage undefined | string AriaAttributes Identifies the element that provides an error message for the object. aria-expanded boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. aria-flowto undefined | string AriaAttributes Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, aria-grabbed boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates an element's "grabbed" state in a drag-and-drop operation. aria-haspopup boolean | "false" = undefined | "true" = undefined | "menu" = undefined | "listbox" = undefined | "tree" = undefined | "grid" = undefined | "dialog" = undefined AriaAttributes Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. aria-hidden boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether the element is exposed to an accessibility API. aria-invalid boolean | "false" = undefined | "true" = undefined | "grammar" = undefined | "spelling" = undefined AriaAttributes Indicates the entered value does not conform to the format expected by the application. aria-keyshortcuts undefined | string AriaAttributes Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. aria-label undefined | string AriaAttributes Defines a string value that labels the current element. aria-labelledby undefined | string AriaAttributes Identifies the element (or elements) that labels the current element. aria-level undefined | number AriaAttributes Defines the hierarchical level of an element within a structure. aria-live "off" = undefined | "assertive" = undefined | "polite" = undefined AriaAttributes 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. aria-modal boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether an element is modal when displayed. aria-multiline boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates whether a text box accepts multiple lines of input or only a single line. aria-multiselectable boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the user may select more than one item from the current selectable descendants. aria-orientation "horizontal" = undefined | "vertical" = undefined AriaAttributes Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. aria-owns undefined | string AriaAttributes Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship aria-placeholder undefined | string AriaAttributes Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. aria-posinset undefined | number AriaAttributes Defines an element's number or position in the current set of listitems or treeitems. aria-pressed boolean | "false" = undefined | "mixed" = undefined | "true" = undefined AriaAttributes Indicates the current "pressed" state of toggle buttons. aria-readonly boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that the element is not editable, but is otherwise operable. aria-relevant "additions" = undefined | "additions text" = undefined | "all" = undefined | "removals" = undefined | "text" = undefined AriaAttributes Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. aria-required boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates that user input is required on the element before a form may be submitted. aria-roledescription undefined | string AriaAttributes Defines a human-readable, author-localized description for the role of an element. aria-rowcount undefined | number AriaAttributes Defines the total number of rows in a table, grid, or treegrid. aria-rowindex undefined | number AriaAttributes Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. aria-rowspan undefined | number AriaAttributes Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. aria-selected boolean | "false" = undefined | "true" = undefined AriaAttributes Indicates the current "selected" state of various widgets. aria-setsize undefined | number AriaAttributes Defines the number of items in the current set of listitems or treeitems. aria-sort "none" = undefined | "ascending" = undefined | "descending" = undefined | "other" = undefined AriaAttributes Indicates if items in a table or grid are sorted in ascending or descending order. aria-valuemax undefined | number AriaAttributes Defines the maximum allowed value for a range widget. aria-valuemin undefined | number AriaAttributes Defines the minimum allowed value for a range widget. aria-valuenow undefined | number AriaAttributes Defines the current value for a range widget. aria-valuetext undefined | string AriaAttributes Defines the human readable text alternative of aria-valuenow for a range widget. as undefined | string AllHTMLAttributes<HTMLSpanElement> async undefined | false | true AllHTMLAttributes<HTMLSpanElement> autoCapitalize undefined | string HTMLAttributes autoComplete undefined | string AllHTMLAttributes<HTMLSpanElement> autoCorrect undefined | string HTMLAttributes autoFocus undefined | false | true AllHTMLAttributes<HTMLSpanElement> autoPlay undefined | false | true AllHTMLAttributes<HTMLSpanElement> autoSave undefined | string HTMLAttributes capture boolean | string AllHTMLAttributes<HTMLSpanElement> cellPadding number | string AllHTMLAttributes<HTMLSpanElement> cellSpacing number | string AllHTMLAttributes<HTMLSpanElement> challenge undefined | string AllHTMLAttributes<HTMLSpanElement> charSet undefined | string AllHTMLAttributes<HTMLSpanElement> checked undefined | false | true AllHTMLAttributes<HTMLSpanElement> children undefined | ReactNode DOMAttributes cite undefined | string AllHTMLAttributes<HTMLSpanElement> classID undefined | string AllHTMLAttributes<HTMLSpanElement> className undefined | string HTMLAttributes colSpan undefined | number AllHTMLAttributes<HTMLSpanElement> color undefined | string HTMLAttributes cols undefined | number AllHTMLAttributes<HTMLSpanElement> content undefined | string AllHTMLAttributes<HTMLSpanElement> contentEditable Booleanish | "inherit" = undefined HTMLAttributes contextMenu undefined | string HTMLAttributes controls undefined | false | true AllHTMLAttributes<HTMLSpanElement> coords undefined | string AllHTMLAttributes<HTMLSpanElement> crossOrigin undefined | string AllHTMLAttributes<HTMLSpanElement> dangerouslySetInnerHTML undefined | { __html: string } DOMAttributes data undefined | string AllHTMLAttributes<HTMLSpanElement> datatype undefined | string HTMLAttributes dateTime undefined | string AllHTMLAttributes<HTMLSpanElement> default undefined | false | true AllHTMLAttributes<HTMLSpanElement> defaultChecked undefined | false | true HTMLAttributes defaultValue string | number | string[] HTMLAttributes defer undefined | false | true AllHTMLAttributes<HTMLSpanElement> dir undefined | string HTMLAttributes disabled undefined | false | true AllHTMLAttributes<HTMLSpanElement> download undefined | any AllHTMLAttributes<HTMLSpanElement> draggable undefined | Booleanish HTMLAttributes encType undefined | string AllHTMLAttributes<HTMLSpanElement> form undefined | string AllHTMLAttributes<HTMLSpanElement> formAction undefined | string AllHTMLAttributes<HTMLSpanElement> formEncType undefined | string AllHTMLAttributes<HTMLSpanElement> formMethod undefined | string AllHTMLAttributes<HTMLSpanElement> formNoValidate undefined | false | true AllHTMLAttributes<HTMLSpanElement> formTarget undefined | string AllHTMLAttributes<HTMLSpanElement> frameBorder number | string AllHTMLAttributes<HTMLSpanElement> headers undefined | string AllHTMLAttributes<HTMLSpanElement> height number | string AllHTMLAttributes<HTMLSpanElement> hidden undefined | false | true HTMLAttributes high undefined | number AllHTMLAttributes<HTMLSpanElement> href undefined | string AllHTMLAttributes<HTMLSpanElement> hrefLang undefined | string AllHTMLAttributes<HTMLSpanElement> htmlFor undefined | string AllHTMLAttributes<HTMLSpanElement> httpEquiv undefined | string AllHTMLAttributes<HTMLSpanElement> id undefined | string HTMLAttributes inlist undefined | any HTMLAttributes inputMode "none" = undefined | "text" = undefined | "tel" = undefined | "url" = undefined | "email" = undefined | "numeric" = undefined | "decimal" = undefined | "search" = undefined HTMLAttributes Hints at the type of data that might be entered by the user while editing the element or its contents integrity undefined | string AllHTMLAttributes<HTMLSpanElement> is undefined | string HTMLAttributes Specify that a standard HTML element should behave like a defined custom built-in element itemID undefined | string HTMLAttributes itemProp undefined | string HTMLAttributes itemRef undefined | string HTMLAttributes itemScope undefined | false | true HTMLAttributes itemType undefined | string HTMLAttributes keyParams undefined | string AllHTMLAttributes<HTMLSpanElement> keyType undefined | string AllHTMLAttributes<HTMLSpanElement> kind undefined | string AllHTMLAttributes<HTMLSpanElement> label undefined | string AllHTMLAttributes<HTMLSpanElement> lang undefined | string HTMLAttributes list undefined | string AllHTMLAttributes<HTMLSpanElement> loop undefined | false | true AllHTMLAttributes<HTMLSpanElement> low undefined | number AllHTMLAttributes<HTMLSpanElement> manifest undefined | string AllHTMLAttributes<HTMLSpanElement> marginHeight undefined | number AllHTMLAttributes<HTMLSpanElement> marginWidth undefined | number AllHTMLAttributes<HTMLSpanElement> max number | string AllHTMLAttributes<HTMLSpanElement> maxLength undefined | number AllHTMLAttributes<HTMLSpanElement> media undefined | string AllHTMLAttributes<HTMLSpanElement> mediaGroup undefined | string AllHTMLAttributes<HTMLSpanElement> method undefined | string AllHTMLAttributes<HTMLSpanElement> min number | string AllHTMLAttributes<HTMLSpanElement> minLength undefined | number AllHTMLAttributes<HTMLSpanElement> multiple undefined | false | true AllHTMLAttributes<HTMLSpanElement> muted undefined | false | true AllHTMLAttributes<HTMLSpanElement> name undefined | string AllHTMLAttributes<HTMLSpanElement> noValidate undefined | false | true AllHTMLAttributes<HTMLSpanElement> nonce undefined | string AllHTMLAttributes<HTMLSpanElement> onAbort undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onAbortCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onAnimationEnd undefined | AnimationEventHandler<HTMLSpanElement> DOMAttributes onAnimationEndCapture undefined | AnimationEventHandler<HTMLSpanElement> DOMAttributes onAnimationIteration undefined | AnimationEventHandler<HTMLSpanElement> DOMAttributes onAnimationIterationCapture undefined | AnimationEventHandler<HTMLSpanElement> DOMAttributes onAnimationStart undefined | AnimationEventHandler<HTMLSpanElement> DOMAttributes onAnimationStartCapture undefined | AnimationEventHandler<HTMLSpanElement> DOMAttributes onAuxClick undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onAuxClickCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onBeforeInput undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onBeforeInputCapture undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onBlur undefined | FocusEventHandler<HTMLSpanElement> DOMAttributes onBlurCapture undefined | FocusEventHandler<HTMLSpanElement> DOMAttributes onCanPlay undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onCanPlayCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onCanPlayThrough undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onCanPlayThroughCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onChange undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onChangeCapture undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onClick undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onClickCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onCompositionEnd undefined | CompositionEventHandler<HTMLSpanElement> DOMAttributes onCompositionEndCapture undefined | CompositionEventHandler<HTMLSpanElement> DOMAttributes onCompositionStart undefined | CompositionEventHandler<HTMLSpanElement> DOMAttributes onCompositionStartCapture undefined | CompositionEventHandler<HTMLSpanElement> DOMAttributes onCompositionUpdate undefined | CompositionEventHandler<HTMLSpanElement> DOMAttributes onCompositionUpdateCapture undefined | CompositionEventHandler<HTMLSpanElement> DOMAttributes onContextMenu undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onContextMenuCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onCopy undefined | ClipboardEventHandler<HTMLSpanElement> DOMAttributes onCopyCapture undefined | ClipboardEventHandler<HTMLSpanElement> DOMAttributes onCut undefined | ClipboardEventHandler<HTMLSpanElement> DOMAttributes onCutCapture undefined | ClipboardEventHandler<HTMLSpanElement> DOMAttributes onDoubleClick undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onDoubleClickCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onDrag undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragEnd undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragEndCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragEnter undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragEnterCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragExit undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragExitCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragLeave undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragLeaveCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragOver undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragOverCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragStart undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDragStartCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDrop undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDropCapture undefined | DragEventHandler<HTMLSpanElement> DOMAttributes onDurationChange undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onDurationChangeCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onEmptied undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onEmptiedCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onEncrypted undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onEncryptedCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onEnded undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onEndedCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onError undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onErrorCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onFocus undefined | FocusEventHandler<HTMLSpanElement> DOMAttributes onFocusCapture undefined | FocusEventHandler<HTMLSpanElement> DOMAttributes onGotPointerCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onGotPointerCaptureCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onInput undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onInputCapture undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onInvalid undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onInvalidCapture undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onKeyDown undefined | KeyboardEventHandler<HTMLSpanElement> DOMAttributes onKeyDownCapture undefined | KeyboardEventHandler<HTMLSpanElement> DOMAttributes onKeyPress undefined | KeyboardEventHandler<HTMLSpanElement> DOMAttributes onKeyPressCapture undefined | KeyboardEventHandler<HTMLSpanElement> DOMAttributes onKeyUp undefined | KeyboardEventHandler<HTMLSpanElement> DOMAttributes onKeyUpCapture undefined | KeyboardEventHandler<HTMLSpanElement> DOMAttributes onLoad undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLoadCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLoadStart undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLoadStartCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLoadedData undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLoadedDataCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLoadedMetadata undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLoadedMetadataCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onLostPointerCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onLostPointerCaptureCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onMouseDown undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseDownCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseEnter undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseLeave undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseMove undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseMoveCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseOut undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseOutCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseOver undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseOverCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseUp undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onMouseUpCapture undefined | MouseEventHandler<HTMLSpanElement> DOMAttributes onPaste undefined | ClipboardEventHandler<HTMLSpanElement> DOMAttributes onPasteCapture undefined | ClipboardEventHandler<HTMLSpanElement> DOMAttributes onPause undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onPauseCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onPlay undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onPlayCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onPlaying undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onPlayingCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onPointerCancel undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerCancelCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerDown undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerDownCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerEnter undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerEnterCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerLeave undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerLeaveCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerMove undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerMoveCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerOut undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerOutCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerOver undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerOverCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerUp undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onPointerUpCapture undefined | PointerEventHandler<HTMLSpanElement> DOMAttributes onProgress undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onProgressCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onRateChange undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onRateChangeCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onReset undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onResetCapture undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onScroll undefined | UIEventHandler<HTMLSpanElement> DOMAttributes onScrollCapture undefined | UIEventHandler<HTMLSpanElement> DOMAttributes onSeeked undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onSeekedCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onSeeking undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onSeekingCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onSelect undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onSelectCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onStalled undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onStalledCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onSubmit undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onSubmitCapture undefined | FormEventHandler<HTMLSpanElement> DOMAttributes onSuspend undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onSuspendCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onTimeUpdate undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onTimeUpdateCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onTouchCancel undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTouchCancelCapture undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTouchEnd undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTouchEndCapture undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTouchMove undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTouchMoveCapture undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTouchStart undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTouchStartCapture undefined | TouchEventHandler<HTMLSpanElement> DOMAttributes onTransitionEnd undefined | TransitionEventHandler<HTMLSpanElement> DOMAttributes onTransitionEndCapture undefined | TransitionEventHandler<HTMLSpanElement> DOMAttributes onVolumeChange undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onVolumeChangeCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onWaiting undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onWaitingCapture undefined | ReactEventHandler<HTMLSpanElement> DOMAttributes onWheel undefined | WheelEventHandler<HTMLSpanElement> DOMAttributes onWheelCapture undefined | WheelEventHandler<HTMLSpanElement> DOMAttributes open undefined | false | true AllHTMLAttributes<HTMLSpanElement> optimum undefined | number AllHTMLAttributes<HTMLSpanElement> pattern undefined | string AllHTMLAttributes<HTMLSpanElement> placeholder undefined | string AllHTMLAttributes<HTMLSpanElement> playsInline undefined | false | true AllHTMLAttributes<HTMLSpanElement> poster undefined | string AllHTMLAttributes<HTMLSpanElement> prefix undefined | string HTMLAttributes preload undefined | string AllHTMLAttributes<HTMLSpanElement> property undefined | string HTMLAttributes radioGroup undefined | string HTMLAttributes readOnly undefined | false | true AllHTMLAttributes<HTMLSpanElement> rel undefined | string AllHTMLAttributes<HTMLSpanElement> required undefined | false | true AllHTMLAttributes<HTMLSpanElement> resource undefined | string HTMLAttributes results undefined | number HTMLAttributes reversed undefined | false | true AllHTMLAttributes<HTMLSpanElement> role undefined | string HTMLAttributes rowSpan undefined | number AllHTMLAttributes<HTMLSpanElement> rows undefined | number AllHTMLAttributes<HTMLSpanElement> sandbox undefined | string AllHTMLAttributes<HTMLSpanElement> scope undefined | string AllHTMLAttributes<HTMLSpanElement> scoped undefined | false | true AllHTMLAttributes<HTMLSpanElement> scrolling undefined | string AllHTMLAttributes<HTMLSpanElement> seamless undefined | false | true AllHTMLAttributes<HTMLSpanElement> security undefined | string HTMLAttributes selected undefined | false | true AllHTMLAttributes<HTMLSpanElement> shape undefined | string AllHTMLAttributes<HTMLSpanElement> size undefined | number AllHTMLAttributes<HTMLSpanElement> sizes undefined | string AllHTMLAttributes<HTMLSpanElement> slot undefined | string HTMLAttributes span undefined | number AllHTMLAttributes<HTMLSpanElement> spellCheck undefined | Booleanish HTMLAttributes src undefined | string AllHTMLAttributes<HTMLSpanElement> srcDoc undefined | string AllHTMLAttributes<HTMLSpanElement> srcLang undefined | string AllHTMLAttributes<HTMLSpanElement> srcSet undefined | string AllHTMLAttributes<HTMLSpanElement> start undefined | number AllHTMLAttributes<HTMLSpanElement> step number | string AllHTMLAttributes<HTMLSpanElement> style undefined | CSSProperties HTMLAttributes summary undefined | string AllHTMLAttributes<HTMLSpanElement> suppressContentEditableWarning undefined | false | true HTMLAttributes suppressHydrationWarning undefined | false | true HTMLAttributes tabIndex undefined | number HTMLAttributes target undefined | string AllHTMLAttributes<HTMLSpanElement> title undefined | string HTMLAttributes translate "yes" = undefined | "no" = undefined HTMLAttributes type undefined | string AllHTMLAttributes<HTMLSpanElement> typeof undefined | string HTMLAttributes unselectable "on" = undefined | "off" = undefined HTMLAttributes useMap undefined | string AllHTMLAttributes<HTMLSpanElement> value string | string[] | number AllHTMLAttributes<HTMLSpanElement> vocab undefined | string HTMLAttributes width number | string AllHTMLAttributes<HTMLSpanElement> wmode undefined | string AllHTMLAttributes<HTMLSpanElement> wrap undefined | string AllHTMLAttributes<HTMLSpanElement> Defined in ui/core/src/ui-core/text/TextProps.tsx Line 15 Last Updated: 13 June, 2024