FocusToggleProps
Defined in: packages/react/src/components/layout/FocusToggle.tsx:7
Extends
Omit<React.ButtonHTMLAttributes<HTMLButtonElement>,"onChange">
Properties
children?
optional children?: ReactNode;Defined in: node_modules/@types/react/index.d.ts:2267
Inherited from
Omit.childrendangerouslySetInnerHTML?
optional dangerouslySetInnerHTML?: {
__html: string | TrustedHTML;
};Defined in: node_modules/@types/react/index.d.ts:2268
__html
__html: string | TrustedHTML;Inherited from
Omit.dangerouslySetInnerHTMLonCopy?
optional onCopy?: ClipboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2275
Inherited from
Omit.onCopyonCopyCapture?
optional onCopyCapture?: ClipboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2276
Inherited from
Omit.onCopyCaptureonCut?
optional onCut?: ClipboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2277
Inherited from
Omit.onCutonCutCapture?
optional onCutCapture?: ClipboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2278
Inherited from
Omit.onCutCaptureonPaste?
optional onPaste?: ClipboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2279
Inherited from
Omit.onPasteonPasteCapture?
optional onPasteCapture?: ClipboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2280
Inherited from
Omit.onPasteCaptureonCompositionEnd?
optional onCompositionEnd?: CompositionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2283
Inherited from
Omit.onCompositionEndonCompositionEndCapture?
optional onCompositionEndCapture?: CompositionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2284
Inherited from
Omit.onCompositionEndCaptureonCompositionStart?
optional onCompositionStart?: CompositionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2285
Inherited from
Omit.onCompositionStartonCompositionStartCapture?
optional onCompositionStartCapture?: CompositionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2286
Inherited from
Omit.onCompositionStartCaptureonCompositionUpdate?
optional onCompositionUpdate?: CompositionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2287
Inherited from
Omit.onCompositionUpdateonCompositionUpdateCapture?
optional onCompositionUpdateCapture?: CompositionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2288
Inherited from
Omit.onCompositionUpdateCaptureonFocus?
optional onFocus?: FocusEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2291
Inherited from
Omit.onFocusonFocusCapture?
optional onFocusCapture?: FocusEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2292
Inherited from
Omit.onFocusCaptureonBlur?
optional onBlur?: FocusEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2293
Inherited from
Omit.onBluronBlurCapture?
optional onBlurCapture?: FocusEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2294
Inherited from
Omit.onBlurCaptureonChangeCapture?
optional onChangeCapture?: ChangeEventHandler<HTMLButtonElement, Element>;Defined in: node_modules/@types/react/index.d.ts:2298
Inherited from
Omit.onChangeCaptureonBeforeInput?
optional onBeforeInput?: InputEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2299
Inherited from
Omit.onBeforeInputonBeforeInputCapture?
optional onBeforeInputCapture?: InputEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2300
Inherited from
Omit.onBeforeInputCaptureonInput?
optional onInput?: InputEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2301
Inherited from
Omit.onInputonInputCapture?
optional onInputCapture?: InputEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2302
Inherited from
Omit.onInputCaptureonReset?
optional onReset?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2303
Inherited from
Omit.onResetonResetCapture?
optional onResetCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2304
Inherited from
Omit.onResetCaptureonSubmit?
optional onSubmit?: SubmitEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2305
Inherited from
Omit.onSubmitonSubmitCapture?
optional onSubmitCapture?: SubmitEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2306
Inherited from
Omit.onSubmitCaptureonInvalid?
optional onInvalid?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2307
Inherited from
Omit.onInvalidonInvalidCapture?
optional onInvalidCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2308
Inherited from
Omit.onInvalidCaptureonLoad?
optional onLoad?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2311
Inherited from
Omit.onLoadonLoadCapture?
optional onLoadCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2312
Inherited from
Omit.onLoadCaptureonError?
optional onError?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2313
Inherited from
Omit.onErroronErrorCapture?
optional onErrorCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2314
Inherited from
Omit.onErrorCaptureonKeyDown?
optional onKeyDown?: KeyboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2317
Inherited from
Omit.onKeyDownonKeyDownCapture?
optional onKeyDownCapture?: KeyboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2318
Inherited from
Omit.onKeyDownCaptureonKeyPress?
optional onKeyPress?: KeyboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2320
Deprecated
Use onKeyUp or onKeyDown instead
Inherited from
Omit.onKeyPressonKeyPressCapture?
optional onKeyPressCapture?: KeyboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2322
Deprecated
Use onKeyUpCapture or onKeyDownCapture instead
Inherited from
Omit.onKeyPressCaptureonKeyUp?
optional onKeyUp?: KeyboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2323
Inherited from
Omit.onKeyUponKeyUpCapture?
optional onKeyUpCapture?: KeyboardEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2324
Inherited from
Omit.onKeyUpCaptureonAbort?
optional onAbort?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2327
Inherited from
Omit.onAbortonAbortCapture?
optional onAbortCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2328
Inherited from
Omit.onAbortCaptureonCanPlay?
optional onCanPlay?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2329
Inherited from
Omit.onCanPlayonCanPlayCapture?
optional onCanPlayCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2330
Inherited from
Omit.onCanPlayCaptureonCanPlayThrough?
optional onCanPlayThrough?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2331
Inherited from
Omit.onCanPlayThroughonCanPlayThroughCapture?
optional onCanPlayThroughCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2332
Inherited from
Omit.onCanPlayThroughCaptureonDurationChange?
optional onDurationChange?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2333
Inherited from
Omit.onDurationChangeonDurationChangeCapture?
optional onDurationChangeCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2334
Inherited from
Omit.onDurationChangeCaptureonEmptied?
optional onEmptied?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2335
Inherited from
Omit.onEmptiedonEmptiedCapture?
optional onEmptiedCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2336
Inherited from
Omit.onEmptiedCaptureonEncrypted?
optional onEncrypted?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2337
Inherited from
Omit.onEncryptedonEncryptedCapture?
optional onEncryptedCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2338
Inherited from
Omit.onEncryptedCaptureonEnded?
optional onEnded?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2339
Inherited from
Omit.onEndedonEndedCapture?
optional onEndedCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2340
Inherited from
Omit.onEndedCaptureonLoadedData?
optional onLoadedData?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2341
Inherited from
Omit.onLoadedDataonLoadedDataCapture?
optional onLoadedDataCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2342
Inherited from
Omit.onLoadedDataCaptureonLoadedMetadata?
optional onLoadedMetadata?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2343
Inherited from
Omit.onLoadedMetadataonLoadedMetadataCapture?
optional onLoadedMetadataCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2344
Inherited from
Omit.onLoadedMetadataCaptureonLoadStart?
optional onLoadStart?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2345
Inherited from
Omit.onLoadStartonLoadStartCapture?
optional onLoadStartCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2346
Inherited from
Omit.onLoadStartCaptureonPause?
optional onPause?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2347
Inherited from
Omit.onPauseonPauseCapture?
optional onPauseCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2348
Inherited from
Omit.onPauseCaptureonPlay?
optional onPlay?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2349
Inherited from
Omit.onPlayonPlayCapture?
optional onPlayCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2350
Inherited from
Omit.onPlayCaptureonPlaying?
optional onPlaying?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2351
Inherited from
Omit.onPlayingonPlayingCapture?
optional onPlayingCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2352
Inherited from
Omit.onPlayingCaptureonProgress?
optional onProgress?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2353
Inherited from
Omit.onProgressonProgressCapture?
optional onProgressCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2354
Inherited from
Omit.onProgressCaptureonRateChange?
optional onRateChange?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2355
Inherited from
Omit.onRateChangeonRateChangeCapture?
optional onRateChangeCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2356
Inherited from
Omit.onRateChangeCaptureonSeeked?
optional onSeeked?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2357
Inherited from
Omit.onSeekedonSeekedCapture?
optional onSeekedCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2358
Inherited from
Omit.onSeekedCaptureonSeeking?
optional onSeeking?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2359
Inherited from
Omit.onSeekingonSeekingCapture?
optional onSeekingCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2360
Inherited from
Omit.onSeekingCaptureonStalled?
optional onStalled?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2361
Inherited from
Omit.onStalledonStalledCapture?
optional onStalledCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2362
Inherited from
Omit.onStalledCaptureonSuspend?
optional onSuspend?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2363
Inherited from
Omit.onSuspendonSuspendCapture?
optional onSuspendCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2364
Inherited from
Omit.onSuspendCaptureonTimeUpdate?
optional onTimeUpdate?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2365
Inherited from
Omit.onTimeUpdateonTimeUpdateCapture?
optional onTimeUpdateCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2366
Inherited from
Omit.onTimeUpdateCaptureonVolumeChange?
optional onVolumeChange?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2367
Inherited from
Omit.onVolumeChangeonVolumeChangeCapture?
optional onVolumeChangeCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2368
Inherited from
Omit.onVolumeChangeCaptureonWaiting?
optional onWaiting?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2369
Inherited from
Omit.onWaitingonWaitingCapture?
optional onWaitingCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2370
Inherited from
Omit.onWaitingCaptureonAuxClick?
optional onAuxClick?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2373
Inherited from
Omit.onAuxClickonAuxClickCapture?
optional onAuxClickCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2374
Inherited from
Omit.onAuxClickCaptureonClick?
optional onClick?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2375
Inherited from
Omit.onClickonClickCapture?
optional onClickCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2376
Inherited from
Omit.onClickCaptureonContextMenu?
optional onContextMenu?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2377
Inherited from
Omit.onContextMenuonContextMenuCapture?
optional onContextMenuCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2378
Inherited from
Omit.onContextMenuCaptureonDoubleClick?
optional onDoubleClick?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2379
Inherited from
Omit.onDoubleClickonDoubleClickCapture?
optional onDoubleClickCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2380
Inherited from
Omit.onDoubleClickCaptureonDrag?
optional onDrag?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2381
Inherited from
Omit.onDragonDragCapture?
optional onDragCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2382
Inherited from
Omit.onDragCaptureonDragEnd?
optional onDragEnd?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2383
Inherited from
Omit.onDragEndonDragEndCapture?
optional onDragEndCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2384
Inherited from
Omit.onDragEndCaptureonDragEnter?
optional onDragEnter?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2385
Inherited from
Omit.onDragEnteronDragEnterCapture?
optional onDragEnterCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2386
Inherited from
Omit.onDragEnterCaptureonDragExit?
optional onDragExit?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2387
Inherited from
Omit.onDragExitonDragExitCapture?
optional onDragExitCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2388
Inherited from
Omit.onDragExitCaptureonDragLeave?
optional onDragLeave?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2389
Inherited from
Omit.onDragLeaveonDragLeaveCapture?
optional onDragLeaveCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2390
Inherited from
Omit.onDragLeaveCaptureonDragOver?
optional onDragOver?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2391
Inherited from
Omit.onDragOveronDragOverCapture?
optional onDragOverCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2392
Inherited from
Omit.onDragOverCaptureonDragStart?
optional onDragStart?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2393
Inherited from
Omit.onDragStartonDragStartCapture?
optional onDragStartCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2394
Inherited from
Omit.onDragStartCaptureonDrop?
optional onDrop?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2395
Inherited from
Omit.onDroponDropCapture?
optional onDropCapture?: DragEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2396
Inherited from
Omit.onDropCaptureonMouseDown?
optional onMouseDown?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2397
Inherited from
Omit.onMouseDownonMouseDownCapture?
optional onMouseDownCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2398
Inherited from
Omit.onMouseDownCaptureonMouseEnter?
optional onMouseEnter?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2399
Inherited from
Omit.onMouseEnteronMouseLeave?
optional onMouseLeave?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2400
Inherited from
Omit.onMouseLeaveonMouseMove?
optional onMouseMove?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2401
Inherited from
Omit.onMouseMoveonMouseMoveCapture?
optional onMouseMoveCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2402
Inherited from
Omit.onMouseMoveCaptureonMouseOut?
optional onMouseOut?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2403
Inherited from
Omit.onMouseOutonMouseOutCapture?
optional onMouseOutCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2404
Inherited from
Omit.onMouseOutCaptureonMouseOver?
optional onMouseOver?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2405
Inherited from
Omit.onMouseOveronMouseOverCapture?
optional onMouseOverCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2406
Inherited from
Omit.onMouseOverCaptureonMouseUp?
optional onMouseUp?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2407
Inherited from
Omit.onMouseUponMouseUpCapture?
optional onMouseUpCapture?: MouseEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2408
Inherited from
Omit.onMouseUpCaptureonSelect?
optional onSelect?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2411
Inherited from
Omit.onSelectonSelectCapture?
optional onSelectCapture?: ReactEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2412
Inherited from
Omit.onSelectCaptureonTouchCancel?
optional onTouchCancel?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2415
Inherited from
Omit.onTouchCancelonTouchCancelCapture?
optional onTouchCancelCapture?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2416
Inherited from
Omit.onTouchCancelCaptureonTouchEnd?
optional onTouchEnd?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2417
Inherited from
Omit.onTouchEndonTouchEndCapture?
optional onTouchEndCapture?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2418
Inherited from
Omit.onTouchEndCaptureonTouchMove?
optional onTouchMove?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2419
Inherited from
Omit.onTouchMoveonTouchMoveCapture?
optional onTouchMoveCapture?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2420
Inherited from
Omit.onTouchMoveCaptureonTouchStart?
optional onTouchStart?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2421
Inherited from
Omit.onTouchStartonTouchStartCapture?
optional onTouchStartCapture?: TouchEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2422
Inherited from
Omit.onTouchStartCaptureonPointerDown?
optional onPointerDown?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2425
Inherited from
Omit.onPointerDownonPointerDownCapture?
optional onPointerDownCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2426
Inherited from
Omit.onPointerDownCaptureonPointerMove?
optional onPointerMove?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2427
Inherited from
Omit.onPointerMoveonPointerMoveCapture?
optional onPointerMoveCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2428
Inherited from
Omit.onPointerMoveCaptureonPointerUp?
optional onPointerUp?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2429
Inherited from
Omit.onPointerUponPointerUpCapture?
optional onPointerUpCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2430
Inherited from
Omit.onPointerUpCaptureonPointerCancel?
optional onPointerCancel?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2431
Inherited from
Omit.onPointerCancelonPointerCancelCapture?
optional onPointerCancelCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2432
Inherited from
Omit.onPointerCancelCaptureonPointerEnter?
optional onPointerEnter?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2433
Inherited from
Omit.onPointerEnteronPointerLeave?
optional onPointerLeave?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2434
Inherited from
Omit.onPointerLeaveonPointerOver?
optional onPointerOver?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2435
Inherited from
Omit.onPointerOveronPointerOverCapture?
optional onPointerOverCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2436
Inherited from
Omit.onPointerOverCaptureonPointerOut?
optional onPointerOut?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2437
Inherited from
Omit.onPointerOutonPointerOutCapture?
optional onPointerOutCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2438
Inherited from
Omit.onPointerOutCaptureonGotPointerCapture?
optional onGotPointerCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2439
Inherited from
Omit.onGotPointerCaptureonGotPointerCaptureCapture?
optional onGotPointerCaptureCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2440
Inherited from
Omit.onGotPointerCaptureCaptureonLostPointerCapture?
optional onLostPointerCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2441
Inherited from
Omit.onLostPointerCaptureonLostPointerCaptureCapture?
optional onLostPointerCaptureCapture?: PointerEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2442
Inherited from
Omit.onLostPointerCaptureCaptureonScroll?
optional onScroll?: UIEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2445
Inherited from
Omit.onScrollonScrollCapture?
optional onScrollCapture?: UIEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2446
Inherited from
Omit.onScrollCaptureonScrollEnd?
optional onScrollEnd?: UIEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2447
Inherited from
Omit.onScrollEndonScrollEndCapture?
optional onScrollEndCapture?: UIEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2448
Inherited from
Omit.onScrollEndCaptureonWheel?
optional onWheel?: WheelEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2451
Inherited from
Omit.onWheelonWheelCapture?
optional onWheelCapture?: WheelEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2452
Inherited from
Omit.onWheelCaptureonAnimationStart?
optional onAnimationStart?: AnimationEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2455
Inherited from
Omit.onAnimationStartonAnimationStartCapture?
optional onAnimationStartCapture?: AnimationEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2456
Inherited from
Omit.onAnimationStartCaptureonAnimationEnd?
optional onAnimationEnd?: AnimationEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2457
Inherited from
Omit.onAnimationEndonAnimationEndCapture?
optional onAnimationEndCapture?: AnimationEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2458
Inherited from
Omit.onAnimationEndCaptureonAnimationIteration?
optional onAnimationIteration?: AnimationEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2459
Inherited from
Omit.onAnimationIterationonAnimationIterationCapture?
optional onAnimationIterationCapture?: AnimationEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2460
Inherited from
Omit.onAnimationIterationCaptureonToggle?
optional onToggle?: ToggleEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2463
Inherited from
Omit.onToggleonBeforeToggle?
optional onBeforeToggle?: ToggleEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2464
Inherited from
Omit.onBeforeToggleonTransitionCancel?
optional onTransitionCancel?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2467
Inherited from
Omit.onTransitionCancelonTransitionCancelCapture?
optional onTransitionCancelCapture?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2468
Inherited from
Omit.onTransitionCancelCaptureonTransitionEnd?
optional onTransitionEnd?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2469
Inherited from
Omit.onTransitionEndonTransitionEndCapture?
optional onTransitionEndCapture?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2470
Inherited from
Omit.onTransitionEndCaptureonTransitionRun?
optional onTransitionRun?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2471
Inherited from
Omit.onTransitionRunonTransitionRunCapture?
optional onTransitionRunCapture?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2472
Inherited from
Omit.onTransitionRunCaptureonTransitionStart?
optional onTransitionStart?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2473
Inherited from
Omit.onTransitionStartonTransitionStartCapture?
optional onTransitionStartCapture?: TransitionEventHandler<HTMLButtonElement>;Defined in: node_modules/@types/react/index.d.ts:2474
Inherited from
Omit.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
UseDisconnectButtonProps.aria-activedescendant
aria-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
UseDisconnectButtonProps.aria-atomic
aria-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
UseDisconnectButtonProps.aria-autocomplete
aria-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
UseDisconnectButtonProps.aria-braillelabel
aria-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
UseDisconnectButtonProps.aria-brailleroledescription
aria-busy?
optional aria-busy?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2510
Inherited from
UseDisconnectButtonProps.aria-busy
aria-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
UseDisconnectButtonProps.aria-checked
aria-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
UseDisconnectButtonProps.aria-colcount
aria-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
UseDisconnectButtonProps.aria-colindex
aria-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
UseDisconnectButtonProps.aria-colindextext
aria-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
UseDisconnectButtonProps.aria-colspan
aria-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
UseDisconnectButtonProps.aria-controls
aria-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
UseDisconnectButtonProps.aria-current
aria-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
UseDisconnectButtonProps.aria-describedby
aria-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
UseDisconnectButtonProps.aria-description
aria-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
UseDisconnectButtonProps.aria-details
aria-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
UseDisconnectButtonProps.aria-disabled
aria-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
UseDisconnectButtonProps.aria-dropeffect
aria-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
UseDisconnectButtonProps.aria-errormessage
aria-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
UseDisconnectButtonProps.aria-expanded
aria-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
UseDisconnectButtonProps.aria-flowto
aria-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
UseDisconnectButtonProps.aria-grabbed
aria-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
UseDisconnectButtonProps.aria-haspopup
aria-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
UseDisconnectButtonProps.aria-hidden
aria-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
UseDisconnectButtonProps.aria-invalid
aria-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
UseDisconnectButtonProps.aria-keyshortcuts
aria-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
UseDisconnectButtonProps.aria-label
aria-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
UseDisconnectButtonProps.aria-labelledby
aria-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
UseDisconnectButtonProps.aria-level
aria-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
UseDisconnectButtonProps.aria-live
aria-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
UseDisconnectButtonProps.aria-modal
aria-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
UseDisconnectButtonProps.aria-multiline
aria-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
UseDisconnectButtonProps.aria-multiselectable
aria-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
UseDisconnectButtonProps.aria-orientation
aria-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
UseDisconnectButtonProps.aria-owns
aria-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
UseDisconnectButtonProps.aria-placeholder
aria-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
UseDisconnectButtonProps.aria-posinset
aria-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
UseDisconnectButtonProps.aria-pressed
aria-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
UseDisconnectButtonProps.aria-readonly
aria-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
UseDisconnectButtonProps.aria-relevant
aria-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
UseDisconnectButtonProps.aria-required
aria-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
UseDisconnectButtonProps.aria-roledescription
aria-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
UseDisconnectButtonProps.aria-rowcount
aria-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
UseDisconnectButtonProps.aria-rowindex
aria-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
UseDisconnectButtonProps.aria-rowindextext
aria-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
UseDisconnectButtonProps.aria-rowspan
aria-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
UseDisconnectButtonProps.aria-selected
aria-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
UseDisconnectButtonProps.aria-setsize
aria-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
UseDisconnectButtonProps.aria-sort
aria-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
UseDisconnectButtonProps.aria-valuemax
aria-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
UseDisconnectButtonProps.aria-valuemin
aria-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
UseDisconnectButtonProps.aria-valuenow
aria-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
UseDisconnectButtonProps.aria-valuetext
defaultChecked?
optional defaultChecked?: boolean;Defined in: node_modules/@types/react/index.d.ts:2787
Inherited from
UseDisconnectButtonProps.defaultChecked
defaultValue?
optional defaultValue?: string | number | readonly string[];Defined in: node_modules/@types/react/index.d.ts:2788
Inherited from
UseDisconnectButtonProps.defaultValue
suppressContentEditableWarning?
optional suppressContentEditableWarning?: boolean;Defined in: node_modules/@types/react/index.d.ts:2789
Inherited from
UseDisconnectButtonProps.suppressContentEditableWarning
suppressHydrationWarning?
optional suppressHydrationWarning?: boolean;Defined in: node_modules/@types/react/index.d.ts:2790
Inherited from
UseDisconnectButtonProps.suppressHydrationWarning
accessKey?
optional accessKey?: string;Defined in: node_modules/@types/react/index.d.ts:2793
Inherited from
UseDisconnectButtonProps.accessKey
autoCapitalize?
optional autoCapitalize?:
| "off"
| "none"
| "on"
| "sentences"
| "words"
| "characters"
| string & {
};Defined in: node_modules/@types/react/index.d.ts:2794
Inherited from
UseDisconnectButtonProps.autoCapitalize
autoFocus?
optional autoFocus?: boolean;Defined in: node_modules/@types/react/index.d.ts:2795
Inherited from
UseDisconnectButtonProps.autoFocus
className?
optional className?: string;Defined in: node_modules/@types/react/index.d.ts:2796
Inherited from
UseDisconnectButtonProps.className
contentEditable?
optional contentEditable?: Booleanish | "inherit" | "plaintext-only";Defined in: node_modules/@types/react/index.d.ts:2797
Inherited from
UseDisconnectButtonProps.contentEditable
contextMenu?
optional contextMenu?: string;Defined in: node_modules/@types/react/index.d.ts:2798
Inherited from
UseDisconnectButtonProps.contextMenu
dir?
optional dir?: string;Defined in: node_modules/@types/react/index.d.ts:2799
Inherited from
draggable?
optional draggable?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2800
Inherited from
UseDisconnectButtonProps.draggable
enterKeyHint?
optional enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";Defined in: node_modules/@types/react/index.d.ts:2801
Inherited from
UseDisconnectButtonProps.enterKeyHint
hidden?
optional hidden?: boolean;Defined in: node_modules/@types/react/index.d.ts:2802
Inherited from
UseDisconnectButtonProps.hidden
id?
optional id?: string;Defined in: node_modules/@types/react/index.d.ts:2803
Inherited from
lang?
optional lang?: string;Defined in: node_modules/@types/react/index.d.ts:2804
Inherited from
nonce?
optional nonce?: string;Defined in: node_modules/@types/react/index.d.ts:2805
Inherited from
UseDisconnectButtonProps.nonce
slot?
optional slot?: string;Defined in: node_modules/@types/react/index.d.ts:2806
Inherited from
spellCheck?
optional spellCheck?: Booleanish;Defined in: node_modules/@types/react/index.d.ts:2807
Inherited from
UseDisconnectButtonProps.spellCheck
style?
optional style?: CSSProperties;Defined in: node_modules/@types/react/index.d.ts:2808
Inherited from
UseDisconnectButtonProps.style
tabIndex?
optional tabIndex?: number;Defined in: node_modules/@types/react/index.d.ts:2809
Inherited from
UseDisconnectButtonProps.tabIndex
title?
optional title?: string;Defined in: node_modules/@types/react/index.d.ts:2810
Inherited from
UseDisconnectButtonProps.title
translate?
optional translate?: "yes" | "no";Defined in: node_modules/@types/react/index.d.ts:2811
Inherited from
UseDisconnectButtonProps.translate
radioGroup?
optional radioGroup?: string;Defined in: node_modules/@types/react/index.d.ts:2814
Inherited from
UseDisconnectButtonProps.radioGroup
role?
optional role?: AriaRole;Defined in: node_modules/@types/react/index.d.ts:2817
Inherited from
about?
optional about?: string;Defined in: node_modules/@types/react/index.d.ts:2820
Inherited from
UseDisconnectButtonProps.about
content?
optional content?: string;Defined in: node_modules/@types/react/index.d.ts:2821
Inherited from
UseDisconnectButtonProps.content
datatype?
optional datatype?: string;Defined in: node_modules/@types/react/index.d.ts:2822
Inherited from
UseDisconnectButtonProps.datatype
inlist?
optional inlist?: any;Defined in: node_modules/@types/react/index.d.ts:2823
Inherited from
UseDisconnectButtonProps.inlist
prefix?
optional prefix?: string;Defined in: node_modules/@types/react/index.d.ts:2824
Inherited from
UseDisconnectButtonProps.prefix
property?
optional property?: string;Defined in: node_modules/@types/react/index.d.ts:2825
Inherited from
UseDisconnectButtonProps.property
rel?
optional rel?: string;Defined in: node_modules/@types/react/index.d.ts:2826
Inherited from
resource?
optional resource?: string;Defined in: node_modules/@types/react/index.d.ts:2827
Inherited from
UseDisconnectButtonProps.resource
rev?
optional rev?: string;Defined in: node_modules/@types/react/index.d.ts:2828
Inherited from
typeof?
optional typeof?: string;Defined in: node_modules/@types/react/index.d.ts:2829
Inherited from
UseDisconnectButtonProps.typeof
vocab?
optional vocab?: string;Defined in: node_modules/@types/react/index.d.ts:2830
Inherited from
UseDisconnectButtonProps.vocab
autoCorrect?
optional autoCorrect?: string;Defined in: node_modules/@types/react/index.d.ts:2833
Inherited from
UseDisconnectButtonProps.autoCorrect
autoSave?
optional autoSave?: string;Defined in: node_modules/@types/react/index.d.ts:2834
Inherited from
UseDisconnectButtonProps.autoSave
color?
optional color?: string;Defined in: node_modules/@types/react/index.d.ts:2835
Inherited from
UseDisconnectButtonProps.color
itemProp?
optional itemProp?: string;Defined in: node_modules/@types/react/index.d.ts:2836
Inherited from
UseDisconnectButtonProps.itemProp
itemScope?
optional itemScope?: boolean;Defined in: node_modules/@types/react/index.d.ts:2837
Inherited from
UseDisconnectButtonProps.itemScope
itemType?
optional itemType?: string;Defined in: node_modules/@types/react/index.d.ts:2838
Inherited from
UseDisconnectButtonProps.itemType
itemID?
optional itemID?: string;Defined in: node_modules/@types/react/index.d.ts:2839
Inherited from
UseDisconnectButtonProps.itemID
itemRef?
optional itemRef?: string;Defined in: node_modules/@types/react/index.d.ts:2840
Inherited from
UseDisconnectButtonProps.itemRef
results?
optional results?: number;Defined in: node_modules/@types/react/index.d.ts:2841
Inherited from
UseDisconnectButtonProps.results
security?
optional security?: string;Defined in: node_modules/@types/react/index.d.ts:2842
Inherited from
UseDisconnectButtonProps.security
unselectable?
optional unselectable?: "off" | "on";Defined in: node_modules/@types/react/index.d.ts:2843
Inherited from
UseDisconnectButtonProps.unselectable
popover?
optional popover?: "" | "auto" | "manual" | "hint";Defined in: node_modules/@types/react/index.d.ts:2846
Inherited from
UseDisconnectButtonProps.popover
popoverTargetAction?
optional popoverTargetAction?: "toggle" | "show" | "hide";Defined in: node_modules/@types/react/index.d.ts:2847
Inherited from
UseDisconnectButtonProps.popoverTargetAction
popoverTarget?
optional popoverTarget?: string;Defined in: node_modules/@types/react/index.d.ts:2848
Inherited from
UseDisconnectButtonProps.popoverTarget
inert?
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
UseDisconnectButtonProps.inert
inputMode?
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
UseDisconnectButtonProps.inputMode
is?
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
exportparts?
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
UseDisconnectButtonProps.exportparts
part?
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
disabled?
optional disabled?: boolean;Defined in: node_modules/@types/react/index.d.ts:3053
Inherited from
UseDisconnectButtonProps.disabled
form?
optional form?: string;Defined in: node_modules/@types/react/index.d.ts:3054
Inherited from
formAction?
optional formAction?: string | ((formData) => void | Promise<void>);Defined in: node_modules/@types/react/index.d.ts:3055
Inherited from
Omit.formActionformEncType?
optional formEncType?: string;Defined in: node_modules/@types/react/index.d.ts:3062
Inherited from
UseDisconnectButtonProps.formEncType
formMethod?
optional formMethod?: string;Defined in: node_modules/@types/react/index.d.ts:3063
Inherited from
UseDisconnectButtonProps.formMethod
formNoValidate?
optional formNoValidate?: boolean;Defined in: node_modules/@types/react/index.d.ts:3064
Inherited from
UseDisconnectButtonProps.formNoValidate
formTarget?
optional formTarget?: string;Defined in: node_modules/@types/react/index.d.ts:3065
Inherited from
UseDisconnectButtonProps.formTarget
name?
optional name?: string;Defined in: node_modules/@types/react/index.d.ts:3066
Inherited from
type?
optional type?: "button" | "submit" | "reset";Defined in: node_modules/@types/react/index.d.ts:3067
Inherited from
value?
optional value?: string | number | readonly string[];Defined in: node_modules/@types/react/index.d.ts:3068
Inherited from
UseDisconnectButtonProps.value
trackRef?
optional trackRef?: unknown;Defined in: packages/react/src/components/layout/FocusToggle.tsx:10
The trackRef property.
pinned?
optional pinned?: boolean;Defined in: packages/react/src/components/layout/FocusToggle.tsx:12
Controlled pinned state for the Valora handoff mirror.
onChange?
optional onChange?: (pinned) => void;Defined in: packages/react/src/components/layout/FocusToggle.tsx:14
Called when the local pinned state changes.
Parameters
| Parameter | Type |
|---|---|
pinned | boolean |
Returns
void