API Reference > ui-core > Tabs > TabsProps TabsProps Interface Beta Properties for the HorizontalTabs and VerticalTabs components Extends AllHTMLAttributes<HTMLUListElement> CommonProps Properties Name Type Description activeIndex undefined | number Index of the initial active tab green undefined | false | true Indicates whether the bar on the active tab is green instead of the default blue labels string[] Text shown for each tab onClickLabel undefined | (index: number) => any Handler for clicking on a label Inherited properties Name Type Inherited from Description about undefined | string HTMLAttributes accept undefined | string AllHTMLAttributes<HTMLUListElement> acceptCharset undefined | string AllHTMLAttributes<HTMLUListElement> accessKey undefined | string HTMLAttributes action undefined | string AllHTMLAttributes<HTMLUListElement> allowFullScreen undefined | false | true AllHTMLAttributes<HTMLUListElement> allowTransparency undefined | false | true AllHTMLAttributes<HTMLUListElement> alt undefined | string AllHTMLAttributes<HTMLUListElement> 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<HTMLUListElement> async undefined | false | true AllHTMLAttributes<HTMLUListElement> autoCapitalize undefined | string HTMLAttributes autoComplete undefined | string AllHTMLAttributes<HTMLUListElement> autoCorrect undefined | string HTMLAttributes autoFocus undefined | false | true AllHTMLAttributes<HTMLUListElement> autoPlay undefined | false | true AllHTMLAttributes<HTMLUListElement> autoSave undefined | string HTMLAttributes capture boolean | string AllHTMLAttributes<HTMLUListElement> cellPadding number | string AllHTMLAttributes<HTMLUListElement> cellSpacing number | string AllHTMLAttributes<HTMLUListElement> challenge undefined | string AllHTMLAttributes<HTMLUListElement> charSet undefined | string AllHTMLAttributes<HTMLUListElement> checked undefined | false | true AllHTMLAttributes<HTMLUListElement> children undefined | ReactNode DOMAttributes cite undefined | string AllHTMLAttributes<HTMLUListElement> classID undefined | string AllHTMLAttributes<HTMLUListElement> className undefined | string HTMLAttributes colSpan undefined | number AllHTMLAttributes<HTMLUListElement> color undefined | string HTMLAttributes cols undefined | number AllHTMLAttributes<HTMLUListElement> content undefined | string AllHTMLAttributes<HTMLUListElement> contentEditable Booleanish | "inherit" = undefined HTMLAttributes contextMenu undefined | string HTMLAttributes controls undefined | false | true AllHTMLAttributes<HTMLUListElement> coords undefined | string AllHTMLAttributes<HTMLUListElement> crossOrigin undefined | string AllHTMLAttributes<HTMLUListElement> dangerouslySetInnerHTML undefined | { __html: string } DOMAttributes data undefined | string AllHTMLAttributes<HTMLUListElement> datatype undefined | string HTMLAttributes dateTime undefined | string AllHTMLAttributes<HTMLUListElement> default undefined | false | true AllHTMLAttributes<HTMLUListElement> defaultChecked undefined | false | true HTMLAttributes defaultValue string | number | string[] HTMLAttributes defer undefined | false | true AllHTMLAttributes<HTMLUListElement> dir undefined | string HTMLAttributes disabled undefined | false | true AllHTMLAttributes<HTMLUListElement> download undefined | any AllHTMLAttributes<HTMLUListElement> draggable undefined | Booleanish HTMLAttributes encType undefined | string AllHTMLAttributes<HTMLUListElement> form undefined | string AllHTMLAttributes<HTMLUListElement> formAction undefined | string AllHTMLAttributes<HTMLUListElement> formEncType undefined | string AllHTMLAttributes<HTMLUListElement> formMethod undefined | string AllHTMLAttributes<HTMLUListElement> formNoValidate undefined | false | true AllHTMLAttributes<HTMLUListElement> formTarget undefined | string AllHTMLAttributes<HTMLUListElement> frameBorder number | string AllHTMLAttributes<HTMLUListElement> headers undefined | string AllHTMLAttributes<HTMLUListElement> height number | string AllHTMLAttributes<HTMLUListElement> hidden undefined | false | true HTMLAttributes high undefined | number AllHTMLAttributes<HTMLUListElement> href undefined | string AllHTMLAttributes<HTMLUListElement> hrefLang undefined | string AllHTMLAttributes<HTMLUListElement> htmlFor undefined | string AllHTMLAttributes<HTMLUListElement> httpEquiv undefined | string AllHTMLAttributes<HTMLUListElement> 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<HTMLUListElement> 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<HTMLUListElement> keyType undefined | string AllHTMLAttributes<HTMLUListElement> kind undefined | string AllHTMLAttributes<HTMLUListElement> label undefined | string AllHTMLAttributes<HTMLUListElement> lang undefined | string HTMLAttributes list undefined | string AllHTMLAttributes<HTMLUListElement> loop undefined | false | true AllHTMLAttributes<HTMLUListElement> low undefined | number AllHTMLAttributes<HTMLUListElement> manifest undefined | string AllHTMLAttributes<HTMLUListElement> marginHeight undefined | number AllHTMLAttributes<HTMLUListElement> marginWidth undefined | number AllHTMLAttributes<HTMLUListElement> max number | string AllHTMLAttributes<HTMLUListElement> maxLength undefined | number AllHTMLAttributes<HTMLUListElement> media undefined | string AllHTMLAttributes<HTMLUListElement> mediaGroup undefined | string AllHTMLAttributes<HTMLUListElement> method undefined | string AllHTMLAttributes<HTMLUListElement> min number | string AllHTMLAttributes<HTMLUListElement> minLength undefined | number AllHTMLAttributes<HTMLUListElement> multiple undefined | false | true AllHTMLAttributes<HTMLUListElement> muted undefined | false | true AllHTMLAttributes<HTMLUListElement> name undefined | string AllHTMLAttributes<HTMLUListElement> noValidate undefined | false | true AllHTMLAttributes<HTMLUListElement> nonce undefined | string AllHTMLAttributes<HTMLUListElement> onAbort undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onAbortCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onAnimationEnd undefined | AnimationEventHandler<HTMLUListElement> DOMAttributes onAnimationEndCapture undefined | AnimationEventHandler<HTMLUListElement> DOMAttributes onAnimationIteration undefined | AnimationEventHandler<HTMLUListElement> DOMAttributes onAnimationIterationCapture undefined | AnimationEventHandler<HTMLUListElement> DOMAttributes onAnimationStart undefined | AnimationEventHandler<HTMLUListElement> DOMAttributes onAnimationStartCapture undefined | AnimationEventHandler<HTMLUListElement> DOMAttributes onAuxClick undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onAuxClickCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onBeforeInput undefined | FormEventHandler<HTMLUListElement> DOMAttributes onBeforeInputCapture undefined | FormEventHandler<HTMLUListElement> DOMAttributes onBlur undefined | FocusEventHandler<HTMLUListElement> DOMAttributes onBlurCapture undefined | FocusEventHandler<HTMLUListElement> DOMAttributes onCanPlay undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onCanPlayCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onCanPlayThrough undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onCanPlayThroughCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onChange undefined | FormEventHandler<HTMLUListElement> DOMAttributes onChangeCapture undefined | FormEventHandler<HTMLUListElement> DOMAttributes onClick undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onClickCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onCompositionEnd undefined | CompositionEventHandler<HTMLUListElement> DOMAttributes onCompositionEndCapture undefined | CompositionEventHandler<HTMLUListElement> DOMAttributes onCompositionStart undefined | CompositionEventHandler<HTMLUListElement> DOMAttributes onCompositionStartCapture undefined | CompositionEventHandler<HTMLUListElement> DOMAttributes onCompositionUpdate undefined | CompositionEventHandler<HTMLUListElement> DOMAttributes onCompositionUpdateCapture undefined | CompositionEventHandler<HTMLUListElement> DOMAttributes onContextMenu undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onContextMenuCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onCopy undefined | ClipboardEventHandler<HTMLUListElement> DOMAttributes onCopyCapture undefined | ClipboardEventHandler<HTMLUListElement> DOMAttributes onCut undefined | ClipboardEventHandler<HTMLUListElement> DOMAttributes onCutCapture undefined | ClipboardEventHandler<HTMLUListElement> DOMAttributes onDoubleClick undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onDoubleClickCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onDrag undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragEnd undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragEndCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragEnter undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragEnterCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragExit undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragExitCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragLeave undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragLeaveCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragOver undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragOverCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragStart undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDragStartCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDrop undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDropCapture undefined | DragEventHandler<HTMLUListElement> DOMAttributes onDurationChange undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onDurationChangeCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onEmptied undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onEmptiedCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onEncrypted undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onEncryptedCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onEnded undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onEndedCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onError undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onErrorCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onFocus undefined | FocusEventHandler<HTMLUListElement> DOMAttributes onFocusCapture undefined | FocusEventHandler<HTMLUListElement> DOMAttributes onGotPointerCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onGotPointerCaptureCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onInput undefined | FormEventHandler<HTMLUListElement> DOMAttributes onInputCapture undefined | FormEventHandler<HTMLUListElement> DOMAttributes onInvalid undefined | FormEventHandler<HTMLUListElement> DOMAttributes onInvalidCapture undefined | FormEventHandler<HTMLUListElement> DOMAttributes onKeyDown undefined | KeyboardEventHandler<HTMLUListElement> DOMAttributes onKeyDownCapture undefined | KeyboardEventHandler<HTMLUListElement> DOMAttributes onKeyPress undefined | KeyboardEventHandler<HTMLUListElement> DOMAttributes onKeyPressCapture undefined | KeyboardEventHandler<HTMLUListElement> DOMAttributes onKeyUp undefined | KeyboardEventHandler<HTMLUListElement> DOMAttributes onKeyUpCapture undefined | KeyboardEventHandler<HTMLUListElement> DOMAttributes onLoad undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLoadCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLoadStart undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLoadStartCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLoadedData undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLoadedDataCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLoadedMetadata undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLoadedMetadataCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onLostPointerCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onLostPointerCaptureCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onMouseDown undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseDownCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseEnter undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseLeave undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseMove undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseMoveCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseOut undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseOutCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseOver undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseOverCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseUp undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onMouseUpCapture undefined | MouseEventHandler<HTMLUListElement> DOMAttributes onPaste undefined | ClipboardEventHandler<HTMLUListElement> DOMAttributes onPasteCapture undefined | ClipboardEventHandler<HTMLUListElement> DOMAttributes onPause undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onPauseCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onPlay undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onPlayCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onPlaying undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onPlayingCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onPointerCancel undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerCancelCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerDown undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerDownCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerEnter undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerEnterCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerLeave undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerLeaveCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerMove undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerMoveCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerOut undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerOutCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerOver undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerOverCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerUp undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onPointerUpCapture undefined | PointerEventHandler<HTMLUListElement> DOMAttributes onProgress undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onProgressCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onRateChange undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onRateChangeCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onReset undefined | FormEventHandler<HTMLUListElement> DOMAttributes onResetCapture undefined | FormEventHandler<HTMLUListElement> DOMAttributes onScroll undefined | UIEventHandler<HTMLUListElement> DOMAttributes onScrollCapture undefined | UIEventHandler<HTMLUListElement> DOMAttributes onSeeked undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onSeekedCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onSeeking undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onSeekingCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onSelect undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onSelectCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onStalled undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onStalledCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onSubmit undefined | FormEventHandler<HTMLUListElement> DOMAttributes onSubmitCapture undefined | FormEventHandler<HTMLUListElement> DOMAttributes onSuspend undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onSuspendCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onTimeUpdate undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onTimeUpdateCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onTouchCancel undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTouchCancelCapture undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTouchEnd undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTouchEndCapture undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTouchMove undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTouchMoveCapture undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTouchStart undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTouchStartCapture undefined | TouchEventHandler<HTMLUListElement> DOMAttributes onTransitionEnd undefined | TransitionEventHandler<HTMLUListElement> DOMAttributes onTransitionEndCapture undefined | TransitionEventHandler<HTMLUListElement> DOMAttributes onVolumeChange undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onVolumeChangeCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onWaiting undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onWaitingCapture undefined | ReactEventHandler<HTMLUListElement> DOMAttributes onWheel undefined | WheelEventHandler<HTMLUListElement> DOMAttributes onWheelCapture undefined | WheelEventHandler<HTMLUListElement> DOMAttributes open undefined | false | true AllHTMLAttributes<HTMLUListElement> optimum undefined | number AllHTMLAttributes<HTMLUListElement> pattern undefined | string AllHTMLAttributes<HTMLUListElement> placeholder undefined | string AllHTMLAttributes<HTMLUListElement> playsInline undefined | false | true AllHTMLAttributes<HTMLUListElement> poster undefined | string AllHTMLAttributes<HTMLUListElement> prefix undefined | string HTMLAttributes preload undefined | string AllHTMLAttributes<HTMLUListElement> property undefined | string HTMLAttributes radioGroup undefined | string HTMLAttributes readOnly undefined | false | true AllHTMLAttributes<HTMLUListElement> rel undefined | string AllHTMLAttributes<HTMLUListElement> required undefined | false | true AllHTMLAttributes<HTMLUListElement> resource undefined | string HTMLAttributes results undefined | number HTMLAttributes reversed undefined | false | true AllHTMLAttributes<HTMLUListElement> role undefined | string HTMLAttributes rowSpan undefined | number AllHTMLAttributes<HTMLUListElement> rows undefined | number AllHTMLAttributes<HTMLUListElement> sandbox undefined | string AllHTMLAttributes<HTMLUListElement> scope undefined | string AllHTMLAttributes<HTMLUListElement> scoped undefined | false | true AllHTMLAttributes<HTMLUListElement> scrolling undefined | string AllHTMLAttributes<HTMLUListElement> seamless undefined | false | true AllHTMLAttributes<HTMLUListElement> security undefined | string HTMLAttributes selected undefined | false | true AllHTMLAttributes<HTMLUListElement> shape undefined | string AllHTMLAttributes<HTMLUListElement> size undefined | number AllHTMLAttributes<HTMLUListElement> sizes undefined | string AllHTMLAttributes<HTMLUListElement> slot undefined | string HTMLAttributes span undefined | number AllHTMLAttributes<HTMLUListElement> spellCheck undefined | Booleanish HTMLAttributes src undefined | string AllHTMLAttributes<HTMLUListElement> srcDoc undefined | string AllHTMLAttributes<HTMLUListElement> srcLang undefined | string AllHTMLAttributes<HTMLUListElement> srcSet undefined | string AllHTMLAttributes<HTMLUListElement> start undefined | number AllHTMLAttributes<HTMLUListElement> step number | string AllHTMLAttributes<HTMLUListElement> style undefined | CSSProperties HTMLAttributes summary undefined | string AllHTMLAttributes<HTMLUListElement> suppressContentEditableWarning undefined | false | true HTMLAttributes suppressHydrationWarning undefined | false | true HTMLAttributes tabIndex undefined | number HTMLAttributes target undefined | string AllHTMLAttributes<HTMLUListElement> title undefined | string HTMLAttributes translate "yes" = undefined | "no" = undefined HTMLAttributes type undefined | string AllHTMLAttributes<HTMLUListElement> typeof undefined | string HTMLAttributes unselectable "on" = undefined | "off" = undefined HTMLAttributes useMap undefined | string AllHTMLAttributes<HTMLUListElement> value string | string[] | number AllHTMLAttributes<HTMLUListElement> vocab undefined | string HTMLAttributes width number | string AllHTMLAttributes<HTMLUListElement> wmode undefined | string AllHTMLAttributes<HTMLUListElement> wrap undefined | string AllHTMLAttributes<HTMLUListElement> Defined in ui/core/src/ui-core/tabs/Tabs.tsx Line 16 Last Updated: 13 June, 2024