SessionProviderProps
Defined in: packages/react/src/components/session/SessionProvider.tsx:9
Extends
HTMLAttributes<HTMLDivElement>
Properties
children?
optional children?: ReactNode;Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
React.HTMLAttributes.childrendangerouslySetInnerHTML?
optional dangerouslySetInnerHTML?: {
__html: string | TrustedHTML;
};Defined in: node_modules/@types/react/index.d.ts:2268
__html
__html: string | TrustedHTML;Inherited from
React.HTMLAttributes.dangerouslySetInnerHTMLonCopy?
optional onCopy?: ClipboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
React.HTMLAttributes.onCopyonCopyCapture?
optional onCopyCapture?: ClipboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
React.HTMLAttributes.onCopyCaptureonCut?
optional onCut?: ClipboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
React.HTMLAttributes.onCutonCutCapture?
optional onCutCapture?: ClipboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
React.HTMLAttributes.onCutCaptureonPaste?
optional onPaste?: ClipboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
React.HTMLAttributes.onPasteonPasteCapture?
optional onPasteCapture?: ClipboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
React.HTMLAttributes.onPasteCaptureonCompositionEnd?
optional onCompositionEnd?: CompositionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
React.HTMLAttributes.onCompositionEndonCompositionEndCapture?
optional onCompositionEndCapture?: CompositionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
React.HTMLAttributes.onCompositionEndCaptureonCompositionStart?
optional onCompositionStart?: CompositionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
React.HTMLAttributes.onCompositionStartonCompositionStartCapture?
optional onCompositionStartCapture?: CompositionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
React.HTMLAttributes.onCompositionStartCaptureonCompositionUpdate?
optional onCompositionUpdate?: CompositionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
React.HTMLAttributes.onCompositionUpdateonCompositionUpdateCapture?
optional onCompositionUpdateCapture?: CompositionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
React.HTMLAttributes.onCompositionUpdateCaptureonFocus?
optional onFocus?: FocusEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
React.HTMLAttributes.onFocusonFocusCapture?
optional onFocusCapture?: FocusEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
React.HTMLAttributes.onFocusCaptureonBlur?
optional onBlur?: FocusEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
React.HTMLAttributes.onBluronBlurCapture?
optional onBlurCapture?: FocusEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
React.HTMLAttributes.onBlurCaptureonChange?
optional onChange?: ChangeEventHandler<HTMLDivElement, Element>;Defined in: node_modules/@types/react/index.d.ts:2297
Inherited from
React.HTMLAttributes.onChangeonChangeCapture?
optional onChangeCapture?: ChangeEventHandler<HTMLDivElement, Element>;Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
React.HTMLAttributes.onChangeCaptureonBeforeInput?
optional onBeforeInput?: InputEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
React.HTMLAttributes.onBeforeInputonBeforeInputCapture?
optional onBeforeInputCapture?: InputEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
React.HTMLAttributes.onBeforeInputCaptureonInput?
optional onInput?: InputEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
React.HTMLAttributes.onInputonInputCapture?
optional onInputCapture?: InputEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
React.HTMLAttributes.onInputCaptureonReset?
optional onReset?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
React.HTMLAttributes.onResetonResetCapture?
optional onResetCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
React.HTMLAttributes.onResetCaptureonSubmit?
optional onSubmit?: SubmitEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
React.HTMLAttributes.onSubmitonSubmitCapture?
optional onSubmitCapture?: SubmitEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
React.HTMLAttributes.onSubmitCaptureonInvalid?
optional onInvalid?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
React.HTMLAttributes.onInvalidonInvalidCapture?
optional onInvalidCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
React.HTMLAttributes.onInvalidCaptureonLoad?
optional onLoad?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
React.HTMLAttributes.onLoadonLoadCapture?
optional onLoadCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
React.HTMLAttributes.onLoadCaptureonError?
optional onError?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
React.HTMLAttributes.onErroronErrorCapture?
optional onErrorCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
React.HTMLAttributes.onErrorCaptureonKeyDown?
optional onKeyDown?: KeyboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
React.HTMLAttributes.onKeyDownonKeyDownCapture?
optional onKeyDownCapture?: KeyboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
React.HTMLAttributes.onKeyDownCaptureonKeyPress?
optional onKeyPress?: KeyboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2320
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
React.HTMLAttributes.onKeyPressonKeyPressCapture?
optional onKeyPressCapture?: KeyboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2322
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
React.HTMLAttributes.onKeyPressCaptureonKeyUp?
optional onKeyUp?: KeyboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
React.HTMLAttributes.onKeyUponKeyUpCapture?
optional onKeyUpCapture?: KeyboardEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
React.HTMLAttributes.onKeyUpCaptureonAbort?
optional onAbort?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
React.HTMLAttributes.onAbortonAbortCapture?
optional onAbortCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
React.HTMLAttributes.onAbortCaptureonCanPlay?
optional onCanPlay?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
React.HTMLAttributes.onCanPlayonCanPlayCapture?
optional onCanPlayCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
React.HTMLAttributes.onCanPlayCaptureonCanPlayThrough?
optional onCanPlayThrough?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
React.HTMLAttributes.onCanPlayThroughonCanPlayThroughCapture?
optional onCanPlayThroughCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
React.HTMLAttributes.onCanPlayThroughCaptureonDurationChange?
optional onDurationChange?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
React.HTMLAttributes.onDurationChangeonDurationChangeCapture?
optional onDurationChangeCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2334
Inherited from
React.HTMLAttributes.onDurationChangeCaptureonEmptied?
optional onEmptied?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2335
Inherited from
React.HTMLAttributes.onEmptiedonEmptiedCapture?
optional onEmptiedCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
React.HTMLAttributes.onEmptiedCaptureonEncrypted?
optional onEncrypted?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
React.HTMLAttributes.onEncryptedonEncryptedCapture?
optional onEncryptedCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
React.HTMLAttributes.onEncryptedCaptureonEnded?
optional onEnded?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
React.HTMLAttributes.onEndedonEndedCapture?
optional onEndedCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
React.HTMLAttributes.onEndedCaptureonLoadedData?
optional onLoadedData?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
React.HTMLAttributes.onLoadedDataonLoadedDataCapture?
optional onLoadedDataCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
React.HTMLAttributes.onLoadedDataCaptureonLoadedMetadata?
optional onLoadedMetadata?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
React.HTMLAttributes.onLoadedMetadataonLoadedMetadataCapture?
optional onLoadedMetadataCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
React.HTMLAttributes.onLoadedMetadataCaptureonLoadStart?
optional onLoadStart?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
React.HTMLAttributes.onLoadStartonLoadStartCapture?
optional onLoadStartCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
React.HTMLAttributes.onLoadStartCaptureonPause?
optional onPause?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
React.HTMLAttributes.onPauseonPauseCapture?
optional onPauseCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
React.HTMLAttributes.onPauseCaptureonPlay?
optional onPlay?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
React.HTMLAttributes.onPlayonPlayCapture?
optional onPlayCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
React.HTMLAttributes.onPlayCaptureonPlaying?
optional onPlaying?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
React.HTMLAttributes.onPlayingonPlayingCapture?
optional onPlayingCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
React.HTMLAttributes.onPlayingCaptureonProgress?
optional onProgress?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
React.HTMLAttributes.onProgressonProgressCapture?
optional onProgressCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
React.HTMLAttributes.onProgressCaptureonRateChange?
optional onRateChange?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
React.HTMLAttributes.onRateChangeonRateChangeCapture?
optional onRateChangeCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
React.HTMLAttributes.onRateChangeCaptureonSeeked?
optional onSeeked?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
React.HTMLAttributes.onSeekedonSeekedCapture?
optional onSeekedCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
React.HTMLAttributes.onSeekedCaptureonSeeking?
optional onSeeking?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
React.HTMLAttributes.onSeekingonSeekingCapture?
optional onSeekingCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
React.HTMLAttributes.onSeekingCaptureonStalled?
optional onStalled?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
React.HTMLAttributes.onStalledonStalledCapture?
optional onStalledCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
React.HTMLAttributes.onStalledCaptureonSuspend?
optional onSuspend?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
React.HTMLAttributes.onSuspendonSuspendCapture?
optional onSuspendCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
React.HTMLAttributes.onSuspendCaptureonTimeUpdate?
optional onTimeUpdate?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
React.HTMLAttributes.onTimeUpdateonTimeUpdateCapture?
optional onTimeUpdateCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
React.HTMLAttributes.onTimeUpdateCaptureonVolumeChange?
optional onVolumeChange?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
React.HTMLAttributes.onVolumeChangeonVolumeChangeCapture?
optional onVolumeChangeCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
React.HTMLAttributes.onVolumeChangeCaptureonWaiting?
optional onWaiting?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
React.HTMLAttributes.onWaitingonWaitingCapture?
optional onWaitingCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
React.HTMLAttributes.onWaitingCaptureonAuxClick?
optional onAuxClick?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2373
Inherited from
React.HTMLAttributes.onAuxClickonAuxClickCapture?
optional onAuxClickCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
React.HTMLAttributes.onAuxClickCaptureonClick?
optional onClick?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
React.HTMLAttributes.onClickonClickCapture?
optional onClickCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2376
Inherited from
React.HTMLAttributes.onClickCaptureonContextMenu?
optional onContextMenu?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2377
Inherited from
React.HTMLAttributes.onContextMenuonContextMenuCapture?
optional onContextMenuCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
React.HTMLAttributes.onContextMenuCaptureonDoubleClick?
optional onDoubleClick?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
React.HTMLAttributes.onDoubleClickonDoubleClickCapture?
optional onDoubleClickCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
React.HTMLAttributes.onDoubleClickCaptureonDrag?
optional onDrag?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
React.HTMLAttributes.onDragonDragCapture?
optional onDragCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
React.HTMLAttributes.onDragCaptureonDragEnd?
optional onDragEnd?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
React.HTMLAttributes.onDragEndonDragEndCapture?
optional onDragEndCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
React.HTMLAttributes.onDragEndCaptureonDragEnter?
optional onDragEnter?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
React.HTMLAttributes.onDragEnteronDragEnterCapture?
optional onDragEnterCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2386
Inherited from
React.HTMLAttributes.onDragEnterCaptureonDragExit?
optional onDragExit?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2387
Inherited from
React.HTMLAttributes.onDragExitonDragExitCapture?
optional onDragExitCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
React.HTMLAttributes.onDragExitCaptureonDragLeave?
optional onDragLeave?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
React.HTMLAttributes.onDragLeaveonDragLeaveCapture?
optional onDragLeaveCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
React.HTMLAttributes.onDragLeaveCaptureonDragOver?
optional onDragOver?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
React.HTMLAttributes.onDragOveronDragOverCapture?
optional onDragOverCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
React.HTMLAttributes.onDragOverCaptureonDragStart?
optional onDragStart?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
React.HTMLAttributes.onDragStartonDragStartCapture?
optional onDragStartCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
React.HTMLAttributes.onDragStartCaptureonDrop?
optional onDrop?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
React.HTMLAttributes.onDroponDropCapture?
optional onDropCapture?: DragEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
React.HTMLAttributes.onDropCaptureonMouseDown?
optional onMouseDown?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
React.HTMLAttributes.onMouseDownonMouseDownCapture?
optional onMouseDownCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
React.HTMLAttributes.onMouseDownCaptureonMouseEnter?
optional onMouseEnter?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
React.HTMLAttributes.onMouseEnteronMouseLeave?
optional onMouseLeave?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
React.HTMLAttributes.onMouseLeaveonMouseMove?
optional onMouseMove?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
React.HTMLAttributes.onMouseMoveonMouseMoveCapture?
optional onMouseMoveCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
React.HTMLAttributes.onMouseMoveCaptureonMouseOut?
optional onMouseOut?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
React.HTMLAttributes.onMouseOutonMouseOutCapture?
optional onMouseOutCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
React.HTMLAttributes.onMouseOutCaptureonMouseOver?
optional onMouseOver?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
React.HTMLAttributes.onMouseOveronMouseOverCapture?
optional onMouseOverCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from
React.HTMLAttributes.onMouseOverCaptureonMouseUp?
optional onMouseUp?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from
React.HTMLAttributes.onMouseUponMouseUpCapture?
optional onMouseUpCapture?: MouseEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
React.HTMLAttributes.onMouseUpCaptureonSelect?
optional onSelect?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
React.HTMLAttributes.onSelectonSelectCapture?
optional onSelectCapture?: ReactEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2412
Inherited from
React.HTMLAttributes.onSelectCaptureonTouchCancel?
optional onTouchCancel?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
React.HTMLAttributes.onTouchCancelonTouchCancelCapture?
optional onTouchCancelCapture?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2416
Inherited from
React.HTMLAttributes.onTouchCancelCaptureonTouchEnd?
optional onTouchEnd?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2417
Inherited from
React.HTMLAttributes.onTouchEndonTouchEndCapture?
optional onTouchEndCapture?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
React.HTMLAttributes.onTouchEndCaptureonTouchMove?
optional onTouchMove?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
React.HTMLAttributes.onTouchMoveonTouchMoveCapture?
optional onTouchMoveCapture?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
React.HTMLAttributes.onTouchMoveCaptureonTouchStart?
optional onTouchStart?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
React.HTMLAttributes.onTouchStartonTouchStartCapture?
optional onTouchStartCapture?: TouchEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
React.HTMLAttributes.onTouchStartCaptureonPointerDown?
optional onPointerDown?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2425
Inherited from
React.HTMLAttributes.onPointerDownonPointerDownCapture?
optional onPointerDownCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
React.HTMLAttributes.onPointerDownCaptureonPointerMove?
optional onPointerMove?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
React.HTMLAttributes.onPointerMoveonPointerMoveCapture?
optional onPointerMoveCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2428
Inherited from
React.HTMLAttributes.onPointerMoveCaptureonPointerUp?
optional onPointerUp?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2429
Inherited from
React.HTMLAttributes.onPointerUponPointerUpCapture?
optional onPointerUpCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
React.HTMLAttributes.onPointerUpCaptureonPointerCancel?
optional onPointerCancel?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
React.HTMLAttributes.onPointerCancelonPointerCancelCapture?
optional onPointerCancelCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
React.HTMLAttributes.onPointerCancelCaptureonPointerEnter?
optional onPointerEnter?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
React.HTMLAttributes.onPointerEnteronPointerLeave?
optional onPointerLeave?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
React.HTMLAttributes.onPointerLeaveonPointerOver?
optional onPointerOver?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
React.HTMLAttributes.onPointerOveronPointerOverCapture?
optional onPointerOverCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
React.HTMLAttributes.onPointerOverCaptureonPointerOut?
optional onPointerOut?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
React.HTMLAttributes.onPointerOutonPointerOutCapture?
optional onPointerOutCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2438
Inherited from
React.HTMLAttributes.onPointerOutCaptureonGotPointerCapture?
optional onGotPointerCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2439
Inherited from
React.HTMLAttributes.onGotPointerCaptureonGotPointerCaptureCapture?
optional onGotPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2440
Inherited from
React.HTMLAttributes.onGotPointerCaptureCaptureonLostPointerCapture?
optional onLostPointerCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2441
Inherited from
React.HTMLAttributes.onLostPointerCaptureonLostPointerCaptureCapture?
optional onLostPointerCaptureCapture?: PointerEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2442
Inherited from
React.HTMLAttributes.onLostPointerCaptureCaptureonScroll?
optional onScroll?: UIEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2445
Inherited from
React.HTMLAttributes.onScrollonScrollCapture?
optional onScrollCapture?: UIEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2446
Inherited from
React.HTMLAttributes.onScrollCaptureonScrollEnd?
optional onScrollEnd?: UIEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2447
Inherited from
React.HTMLAttributes.onScrollEndonScrollEndCapture?
optional onScrollEndCapture?: UIEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2448
Inherited from
React.HTMLAttributes.onScrollEndCaptureonWheel?
optional onWheel?: WheelEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2451
Inherited from
React.HTMLAttributes.onWheelonWheelCapture?
optional onWheelCapture?: WheelEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2452
Inherited from
React.HTMLAttributes.onWheelCaptureonAnimationStart?
optional onAnimationStart?: AnimationEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2455
Inherited from
React.HTMLAttributes.onAnimationStartonAnimationStartCapture?
optional onAnimationStartCapture?: AnimationEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2456
Inherited from
React.HTMLAttributes.onAnimationStartCaptureonAnimationEnd?
optional onAnimationEnd?: AnimationEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2457
Inherited from
React.HTMLAttributes.onAnimationEndonAnimationEndCapture?
optional onAnimationEndCapture?: AnimationEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2458
Inherited from
React.HTMLAttributes.onAnimationEndCaptureonAnimationIteration?
optional onAnimationIteration?: AnimationEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2459
Inherited from
React.HTMLAttributes.onAnimationIterationonAnimationIterationCapture?
optional onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2460
Inherited from
React.HTMLAttributes.onAnimationIterationCaptureonToggle?
optional onToggle?: ToggleEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2463
Inherited from
React.HTMLAttributes.onToggleonBeforeToggle?
optional onBeforeToggle?: ToggleEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2464
Inherited from
React.HTMLAttributes.onBeforeToggleonTransitionCancel?
optional onTransitionCancel?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2467
Inherited from
React.HTMLAttributes.onTransitionCancelonTransitionCancelCapture?
optional onTransitionCancelCapture?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2468
Inherited from
React.HTMLAttributes.onTransitionCancelCaptureonTransitionEnd?
optional onTransitionEnd?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2469
Inherited from
React.HTMLAttributes.onTransitionEndonTransitionEndCapture?
optional onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2470
Inherited from
React.HTMLAttributes.onTransitionEndCaptureonTransitionRun?
optional onTransitionRun?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2471
Inherited from
React.HTMLAttributes.onTransitionRunonTransitionRunCapture?
optional onTransitionRunCapture?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2472
Inherited from
React.HTMLAttributes.onTransitionRunCaptureonTransitionStart?
optional onTransitionStart?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
React.HTMLAttributes.onTransitionStartonTransitionStartCapture?
optional onTransitionStartCapture?: TransitionEventHandler<HTMLDivElement>;Defined in: node_modules/@types/react/index.d.ts:2474
Inherited from
React.HTMLAttributes.onTransitionStartCapturearia-activedescendant?
optional aria-activedescendant?: string;Defined in: 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
React.HTMLAttributes.aria-activedescendantaria-atomic?
optional aria-atomic?: Booleanish;Defined in: 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
React.HTMLAttributes.aria-atomicaria-autocomplete?
optional aria-autocomplete?: "none" | "list" | "inline" | "both";Defined in: 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
React.HTMLAttributes.aria-autocompletearia-braillelabel?
optional aria-braillelabel?: string;Defined in: 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.
See
aria-label.
Inherited from
React.HTMLAttributes.aria-braillelabelaria-brailleroledescription?
optional aria-brailleroledescription?: string;Defined in: 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.
See
aria-roledescription.
Inherited from
React.HTMLAttributes.aria-brailleroledescriptionaria-busy?
optional aria-busy?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2510
Inherited from
React.HTMLAttributes.aria-busyaria-checked?
optional aria-checked?: boolean | "false" | "mixed" | "true";Defined in: node_modules/@types/react/index.d.ts:2515
Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
See
- aria-pressed
- aria-selected.
Inherited from
React.HTMLAttributes.aria-checkedaria-colcount?
optional aria-colcount?: number;Defined in: node_modules/@types/react/index.d.ts:2520
Defines the total number of columns in a table, grid, or treegrid.
See
aria-colindex.
Inherited from
React.HTMLAttributes.aria-colcountaria-colindex?
optional aria-colindex?: number;Defined in: 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.
See
- aria-colcount
- aria-colspan.
Inherited from
React.HTMLAttributes.aria-colindexaria-colindextext?
optional aria-colindextext?: string;Defined in: node_modules/@types/react/index.d.ts:2530
Defines a human readable text alternative of aria-colindex.
See
aria-rowindextext.
Inherited from
React.HTMLAttributes.aria-colindextextaria-colspan?
optional aria-colspan?: number;Defined in: 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.
See
- aria-colindex
- aria-rowspan.
Inherited from
React.HTMLAttributes.aria-colspanaria-controls?
optional aria-controls?: string;Defined in: node_modules/@types/react/index.d.ts:2540
Identifies the element (or elements) whose contents or presence are controlled by the current element.
See
aria-owns.
Inherited from
React.HTMLAttributes.aria-controlsaria-current?
optional aria-current?: boolean | "time" | "false" | "true" | "page" | "step" | "location" | "date";Defined in: 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
React.HTMLAttributes.aria-currentaria-describedby?
optional aria-describedby?: string;Defined in: node_modules/@types/react/index.d.ts:2547
Identifies the element (or elements) that describes the object.
See
aria-labelledby
Inherited from
React.HTMLAttributes.aria-describedbyaria-description?
optional aria-description?: string;Defined in: node_modules/@types/react/index.d.ts:2552
Defines a string value that describes or annotates the current element.
See
related aria-describedby.
Inherited from
React.HTMLAttributes.aria-descriptionaria-details?
optional aria-details?: string;Defined in: node_modules/@types/react/index.d.ts:2557
Identifies the element that provides a detailed, extended description for the object.
See
aria-describedby.
Inherited from
React.HTMLAttributes.aria-detailsaria-disabled?
optional aria-disabled?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2562
Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
See
- aria-hidden
- aria-readonly.
Inherited from
React.HTMLAttributes.aria-disabledaria-dropeffect?
optional aria-dropeffect?: "link" | "none" | "copy" | "execute" | "move" | "popup";Defined in: node_modules/@types/react/index.d.ts:2567
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Inherited from
React.HTMLAttributes.aria-dropeffectaria-errormessage?
optional aria-errormessage?: string;Defined in: node_modules/@types/react/index.d.ts:2572
Identifies the element that provides an error message for the object.
See
- aria-invalid
- aria-describedby.
Inherited from
React.HTMLAttributes.aria-errormessagearia-expanded?
optional aria-expanded?: Booleanish;Defined in: 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
React.HTMLAttributes.aria-expandedaria-flowto?
optional aria-flowto?: string;Defined in: 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
React.HTMLAttributes.aria-flowtoaria-grabbed?
optional aria-grabbed?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2584
Indicates an element's "grabbed" state in a drag-and-drop operation.
Deprecated
in ARIA 1.1
Inherited from
React.HTMLAttributes.aria-grabbedaria-haspopup?
optional aria-haspopup?:
| boolean
| "dialog"
| "menu"
| "false"
| "true"
| "grid"
| "listbox"
| "tree";Defined in: 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
React.HTMLAttributes.aria-haspopuparia-hidden?
optional aria-hidden?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2591
Indicates whether the element is exposed to an accessibility API.
See
aria-disabled.
Inherited from
React.HTMLAttributes.aria-hiddenaria-invalid?
optional aria-invalid?: boolean | "false" | "true" | "grammar" | "spelling";Defined in: node_modules/@types/react/index.d.ts:2596
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Inherited from
React.HTMLAttributes.aria-invalidaria-keyshortcuts?
optional aria-keyshortcuts?: string;Defined in: 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
React.HTMLAttributes.aria-keyshortcutsaria-label?
optional aria-label?: string;Defined in: node_modules/@types/react/index.d.ts:2603
Defines a string value that labels the current element.
See
aria-labelledby.
Inherited from
React.HTMLAttributes.aria-labelaria-labelledby?
optional aria-labelledby?: string;Defined in: node_modules/@types/react/index.d.ts:2608
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Inherited from
React.HTMLAttributes.aria-labelledbyaria-level?
optional aria-level?: number;Defined in: node_modules/@types/react/index.d.ts:2610
Defines the hierarchical level of an element within a structure.
Inherited from
React.HTMLAttributes.aria-levelaria-live?
optional aria-live?: "off" | "assertive" | "polite";Defined in: 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
React.HTMLAttributes.aria-livearia-modal?
optional aria-modal?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2614
Indicates whether an element is modal when displayed.
Inherited from
React.HTMLAttributes.aria-modalaria-multiline?
optional aria-multiline?: Booleanish;Defined in: 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
React.HTMLAttributes.aria-multilinearia-multiselectable?
optional aria-multiselectable?: Booleanish;Defined in: 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
React.HTMLAttributes.aria-multiselectablearia-orientation?
optional aria-orientation?: "horizontal" | "vertical";Defined in: node_modules/@types/react/index.d.ts:2620
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Inherited from
React.HTMLAttributes.aria-orientationaria-owns?
optional aria-owns?: string;Defined in: 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.
See
aria-controls.
Inherited from
React.HTMLAttributes.aria-ownsaria-placeholder?
optional aria-placeholder?: string;Defined in: 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
React.HTMLAttributes.aria-placeholderaria-posinset?
optional aria-posinset?: number;Defined in: 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.
See
aria-setsize.
Inherited from
React.HTMLAttributes.aria-posinsetaria-pressed?
optional aria-pressed?: boolean | "false" | "mixed" | "true";Defined in: node_modules/@types/react/index.d.ts:2641
Indicates the current "pressed" state of toggle buttons.
See
- aria-checked
- aria-selected.
Inherited from
React.HTMLAttributes.aria-pressedaria-readonly?
optional aria-readonly?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2646
Indicates that the element is not editable, but is otherwise operable.
See
aria-disabled.
Inherited from
React.HTMLAttributes.aria-readonlyaria-relevant?
optional aria-relevant?:
| "text"
| "additions"
| "additions removals"
| "additions text"
| "all"
| "removals"
| "removals additions"
| "removals text"
| "text additions"
| "text removals";Defined in: 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.
See
aria-atomic.
Inherited from
React.HTMLAttributes.aria-relevantaria-required?
optional aria-required?: Booleanish;Defined in: 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
React.HTMLAttributes.aria-requiredaria-roledescription?
optional aria-roledescription?: string;Defined in: node_modules/@types/react/index.d.ts:2666
Defines a human-readable, author-localized description for the role of an element.
Inherited from
React.HTMLAttributes.aria-roledescriptionaria-rowcount?
optional aria-rowcount?: number;Defined in: node_modules/@types/react/index.d.ts:2671
Defines the total number of rows in a table, grid, or treegrid.
See
aria-rowindex.
Inherited from
React.HTMLAttributes.aria-rowcountaria-rowindex?
optional aria-rowindex?: number;Defined in: 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.
See
- aria-rowcount
- aria-rowspan.
Inherited from
React.HTMLAttributes.aria-rowindexaria-rowindextext?
optional aria-rowindextext?: string;Defined in: node_modules/@types/react/index.d.ts:2681
Defines a human readable text alternative of aria-rowindex.
See
aria-colindextext.
Inherited from
React.HTMLAttributes.aria-rowindextextaria-rowspan?
optional aria-rowspan?: number;Defined in: 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.
See
- aria-rowindex
- aria-colspan.
Inherited from
React.HTMLAttributes.aria-rowspanaria-selected?
optional aria-selected?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2691
Indicates the current "selected" state of various widgets.
See
- aria-checked
- aria-pressed.
Inherited from
React.HTMLAttributes.aria-selectedaria-setsize?
optional aria-setsize?: number;Defined in: 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.
See
aria-posinset.
Inherited from
React.HTMLAttributes.aria-setsizearia-sort?
optional aria-sort?: "none" | "ascending" | "descending" | "other";Defined in: 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
React.HTMLAttributes.aria-sortaria-valuemax?
optional aria-valuemax?: number;Defined in: node_modules/@types/react/index.d.ts:2700
Defines the maximum allowed value for a range widget.
Inherited from
React.HTMLAttributes.aria-valuemaxaria-valuemin?
optional aria-valuemin?: number;Defined in: node_modules/@types/react/index.d.ts:2702
Defines the minimum allowed value for a range widget.
Inherited from
React.HTMLAttributes.aria-valueminaria-valuenow?
optional aria-valuenow?: number;Defined in: node_modules/@types/react/index.d.ts:2707
Defines the current value for a range widget.
See
aria-valuetext.
Inherited from
React.HTMLAttributes.aria-valuenowaria-valuetext?
optional aria-valuetext?: string;Defined in: node_modules/@types/react/index.d.ts:2709
Defines the human readable text alternative of aria-valuenow for a range widget.
Inherited from
React.HTMLAttributes.aria-valuetextdefaultChecked?
optional defaultChecked?: boolean;Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
React.HTMLAttributes.defaultCheckeddefaultValue?
optional defaultValue?: string | number | readonly string[];Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from
React.HTMLAttributes.defaultValuesuppressContentEditableWarning?
optional suppressContentEditableWarning?: boolean;Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
React.HTMLAttributes.suppressContentEditableWarningsuppressHydrationWarning?
optional suppressHydrationWarning?: boolean;Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
React.HTMLAttributes.suppressHydrationWarningaccessKey?
optional accessKey?: string;Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
React.HTMLAttributes.accessKeyautoCapitalize?
optional autoCapitalize?:
| "off"
| "none"
| "on"
| "sentences"
| "words"
| "characters"
| string & {
};Defined in: node_modules/@types/react/index.d.ts:2794
Inherited from
React.HTMLAttributes.autoCapitalizeautoFocus?
optional autoFocus?: boolean;Defined in: node_modules/@types/react/index.d.ts:2795
Inherited from
React.HTMLAttributes.autoFocusclassName?
optional className?: string;Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
React.HTMLAttributes.classNamecontentEditable?
optional contentEditable?: Booleanish | "inherit" | "plaintext-only";Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
React.HTMLAttributes.contentEditablecontextMenu?
optional contextMenu?: string;Defined in: node_modules/@types/react/index.d.ts:2798
Inherited from
React.HTMLAttributes.contextMenudir?
optional dir?: string;Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
React.HTMLAttributes.dirdraggable?
optional draggable?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from
React.HTMLAttributes.draggableenterKeyHint?
optional enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
React.HTMLAttributes.enterKeyHinthidden?
optional hidden?: boolean;Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from
React.HTMLAttributes.hiddenid?
optional id?: string;Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
React.HTMLAttributes.idlang?
optional lang?: string;Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from
React.HTMLAttributes.langnonce?
optional nonce?: string;Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from
React.HTMLAttributes.nonceslot?
optional slot?: string;Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from
React.HTMLAttributes.slotspellCheck?
optional spellCheck?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2807
Inherited from
React.HTMLAttributes.spellCheckstyle?
optional style?: CSSProperties;Defined in: node_modules/@types/react/index.d.ts:2808
Inherited from
React.HTMLAttributes.styletabIndex?
optional tabIndex?: number;Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
React.HTMLAttributes.tabIndextitle?
optional title?: string;Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from
React.HTMLAttributes.titletranslate?
optional translate?: "yes" | "no";Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from
React.HTMLAttributes.translateradioGroup?
optional radioGroup?: string;Defined in: node_modules/@types/react/index.d.ts:2814
Inherited from
React.HTMLAttributes.radioGrouprole?
optional role?: AriaRole;Defined in: node_modules/@types/react/index.d.ts:2817
Inherited from
React.HTMLAttributes.roleabout?
optional about?: string;Defined in: node_modules/@types/react/index.d.ts:2820
Inherited from
React.HTMLAttributes.aboutcontent?
optional content?: string;Defined in: node_modules/@types/react/index.d.ts:2821
Inherited from
React.HTMLAttributes.contentdatatype?
optional datatype?: string;Defined in: node_modules/@types/react/index.d.ts:2822
Inherited from
React.HTMLAttributes.datatypeinlist?
optional inlist?: any;Defined in: node_modules/@types/react/index.d.ts:2823
Inherited from
React.HTMLAttributes.inlistprefix?
optional prefix?: string;Defined in: node_modules/@types/react/index.d.ts:2824
Inherited from
React.HTMLAttributes.prefixproperty?
optional property?: string;Defined in: node_modules/@types/react/index.d.ts:2825
Inherited from
React.HTMLAttributes.propertyrel?
optional rel?: string;Defined in: node_modules/@types/react/index.d.ts:2826
Inherited from
React.HTMLAttributes.relresource?
optional resource?: string;Defined in: node_modules/@types/react/index.d.ts:2827
Inherited from
React.HTMLAttributes.resourcerev?
optional rev?: string;Defined in: node_modules/@types/react/index.d.ts:2828
Inherited from
React.HTMLAttributes.revtypeof?
optional typeof?: string;Defined in: node_modules/@types/react/index.d.ts:2829
Inherited from
React.HTMLAttributes.typeofvocab?
optional vocab?: string;Defined in: node_modules/@types/react/index.d.ts:2830
Inherited from
React.HTMLAttributes.vocabautoCorrect?
optional autoCorrect?: string;Defined in: node_modules/@types/react/index.d.ts:2833
Inherited from
React.HTMLAttributes.autoCorrectautoSave?
optional autoSave?: string;Defined in: node_modules/@types/react/index.d.ts:2834
Inherited from
React.HTMLAttributes.autoSavecolor?
optional color?: string;Defined in: node_modules/@types/react/index.d.ts:2835
Inherited from
React.HTMLAttributes.coloritemProp?
optional itemProp?: string;Defined in: node_modules/@types/react/index.d.ts:2836
Inherited from
React.HTMLAttributes.itemPropitemScope?
optional itemScope?: boolean;Defined in: node_modules/@types/react/index.d.ts:2837
Inherited from
React.HTMLAttributes.itemScopeitemType?
optional itemType?: string;Defined in: node_modules/@types/react/index.d.ts:2838
Inherited from
React.HTMLAttributes.itemTypeitemID?
optional itemID?: string;Defined in: node_modules/@types/react/index.d.ts:2839
Inherited from
React.HTMLAttributes.itemIDitemRef?
optional itemRef?: string;Defined in: node_modules/@types/react/index.d.ts:2840
Inherited from
React.HTMLAttributes.itemRefresults?
optional results?: number;Defined in: node_modules/@types/react/index.d.ts:2841
Inherited from
React.HTMLAttributes.resultssecurity?
optional security?: string;Defined in: node_modules/@types/react/index.d.ts:2842
Inherited from
React.HTMLAttributes.securityunselectable?
optional unselectable?: "off" | "on";Defined in: node_modules/@types/react/index.d.ts:2843
Inherited from
React.HTMLAttributes.unselectablepopover?
optional popover?: "" | "auto" | "manual" | "hint";Defined in: node_modules/@types/react/index.d.ts:2846
Inherited from
React.HTMLAttributes.popoverpopoverTargetAction?
optional popoverTargetAction?: "toggle" | "show" | "hide";Defined in: node_modules/@types/react/index.d.ts:2847
Inherited from
React.HTMLAttributes.popoverTargetActionpopoverTarget?
optional popoverTarget?: string;Defined in: node_modules/@types/react/index.d.ts:2848
Inherited from
React.HTMLAttributes.popoverTargetinert?
optional inert?: boolean;Defined in: node_modules/@types/react/index.d.ts:2854
See
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert
Inherited from
React.HTMLAttributes.inertinputMode?
optional inputMode?:
| "search"
| "none"
| "text"
| "tel"
| "url"
| "email"
| "numeric"
| "decimal";Defined in: 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
See
https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute
Inherited from
React.HTMLAttributes.inputModeis?
optional is?: string;Defined in: node_modules/@types/react/index.d.ts:2864
Specify that a standard HTML element should behave like a defined custom built-in element
See
https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is
Inherited from
React.HTMLAttributes.isexportparts?
optional exportparts?: string;Defined in: node_modules/@types/react/index.d.ts:2868
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts
Inherited from
React.HTMLAttributes.exportpartspart?
optional part?: string;Defined in: node_modules/@types/react/index.d.ts:2872
See
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part
Inherited from
React.HTMLAttributes.partroom?
optional room?: unknown;Defined in: packages/react/src/components/session/SessionProvider.tsx:11
Valora mirror room/session value supplied to descendants.