Search
    Preparing search index...
    interface DOMAttributes<T> {
        children?: ReactNode;
        dangerouslySetInnerHTML?: { __html: string };
        onAbort?: ReactEventHandler<T>;
        onAbortCapture?: ReactEventHandler<T>;
        onAnimationEnd?: AnimationEventHandler<T>;
        onAnimationEndCapture?: AnimationEventHandler<T>;
        onAnimationIteration?: AnimationEventHandler<T>;
        onAnimationIterationCapture?: AnimationEventHandler<T>;
        onAnimationStart?: AnimationEventHandler<T>;
        onAnimationStartCapture?: AnimationEventHandler<T>;
        onAuxClick?: MouseEventHandler<T>;
        onAuxClickCapture?: MouseEventHandler<T>;
        onBeforeInput?: FormEventHandler<T>;
        onBeforeInputCapture?: FormEventHandler<T>;
        onBlur?: FocusEventHandler<T>;
        onBlurCapture?: FocusEventHandler<T>;
        onCanPlay?: ReactEventHandler<T>;
        onCanPlayCapture?: ReactEventHandler<T>;
        onCanPlayThrough?: ReactEventHandler<T>;
        onCanPlayThroughCapture?: ReactEventHandler<T>;
        onChange?: FormEventHandler<T>;
        onChangeCapture?: FormEventHandler<T>;
        onClick?: MouseEventHandler<T>;
        onClickCapture?: MouseEventHandler<T>;
        onCompositionEnd?: CompositionEventHandler<T>;
        onCompositionEndCapture?: CompositionEventHandler<T>;
        onCompositionStart?: CompositionEventHandler<T>;
        onCompositionStartCapture?: CompositionEventHandler<T>;
        onCompositionUpdate?: CompositionEventHandler<T>;
        onCompositionUpdateCapture?: CompositionEventHandler<T>;
        onContextMenu?: MouseEventHandler<T>;
        onContextMenuCapture?: MouseEventHandler<T>;
        onCopy?: ClipboardEventHandler<T>;
        onCopyCapture?: ClipboardEventHandler<T>;
        onCut?: ClipboardEventHandler<T>;
        onCutCapture?: ClipboardEventHandler<T>;
        onDoubleClick?: MouseEventHandler<T>;
        onDoubleClickCapture?: MouseEventHandler<T>;
        onDrag?: DragEventHandler<T>;
        onDragCapture?: DragEventHandler<T>;
        onDragEnd?: DragEventHandler<T>;
        onDragEndCapture?: DragEventHandler<T>;
        onDragEnter?: DragEventHandler<T>;
        onDragEnterCapture?: DragEventHandler<T>;
        onDragExit?: DragEventHandler<T>;
        onDragExitCapture?: DragEventHandler<T>;
        onDragLeave?: DragEventHandler<T>;
        onDragLeaveCapture?: DragEventHandler<T>;
        onDragOver?: DragEventHandler<T>;
        onDragOverCapture?: DragEventHandler<T>;
        onDragStart?: DragEventHandler<T>;
        onDragStartCapture?: DragEventHandler<T>;
        onDrop?: DragEventHandler<T>;
        onDropCapture?: DragEventHandler<T>;
        onDurationChange?: ReactEventHandler<T>;
        onDurationChangeCapture?: ReactEventHandler<T>;
        onEmptied?: ReactEventHandler<T>;
        onEmptiedCapture?: ReactEventHandler<T>;
        onEncrypted?: ReactEventHandler<T>;
        onEncryptedCapture?: ReactEventHandler<T>;
        onEnded?: ReactEventHandler<T>;
        onEndedCapture?: ReactEventHandler<T>;
        onError?: ReactEventHandler<T>;
        onErrorCapture?: ReactEventHandler<T>;
        onFocus?: FocusEventHandler<T>;
        onFocusCapture?: FocusEventHandler<T>;
        onGotPointerCapture?: PointerEventHandler<T>;
        onGotPointerCaptureCapture?: PointerEventHandler<T>;
        onInput?: FormEventHandler<T>;
        onInputCapture?: FormEventHandler<T>;
        onInvalid?: FormEventHandler<T>;
        onInvalidCapture?: FormEventHandler<T>;
        onKeyDown?: KeyboardEventHandler<T>;
        onKeyDownCapture?: KeyboardEventHandler<T>;
        onKeyPress?: KeyboardEventHandler<T>;
        onKeyPressCapture?: KeyboardEventHandler<T>;
        onKeyUp?: KeyboardEventHandler<T>;
        onKeyUpCapture?: KeyboardEventHandler<T>;
        onLoad?: ReactEventHandler<T>;
        onLoadCapture?: ReactEventHandler<T>;
        onLoadedData?: ReactEventHandler<T>;
        onLoadedDataCapture?: ReactEventHandler<T>;
        onLoadedMetadata?: ReactEventHandler<T>;
        onLoadedMetadataCapture?: ReactEventHandler<T>;
        onLoadStart?: ReactEventHandler<T>;
        onLoadStartCapture?: ReactEventHandler<T>;
        onLostPointerCapture?: PointerEventHandler<T>;
        onLostPointerCaptureCapture?: PointerEventHandler<T>;
        onMouseDown?: MouseEventHandler<T>;
        onMouseDownCapture?: MouseEventHandler<T>;
        onMouseEnter?: MouseEventHandler<T>;
        onMouseLeave?: MouseEventHandler<T>;
        onMouseMove?: MouseEventHandler<T>;
        onMouseMoveCapture?: MouseEventHandler<T>;
        onMouseOut?: MouseEventHandler<T>;
        onMouseOutCapture?: MouseEventHandler<T>;
        onMouseOver?: MouseEventHandler<T>;
        onMouseOverCapture?: MouseEventHandler<T>;
        onMouseUp?: MouseEventHandler<T>;
        onMouseUpCapture?: MouseEventHandler<T>;
        onPaste?: ClipboardEventHandler<T>;
        onPasteCapture?: ClipboardEventHandler<T>;
        onPause?: ReactEventHandler<T>;
        onPauseCapture?: ReactEventHandler<T>;
        onPlay?: ReactEventHandler<T>;
        onPlayCapture?: ReactEventHandler<T>;
        onPlaying?: ReactEventHandler<T>;
        onPlayingCapture?: ReactEventHandler<T>;
        onPointerCancel?: PointerEventHandler<T>;
        onPointerCancelCapture?: PointerEventHandler<T>;
        onPointerDown?: PointerEventHandler<T>;
        onPointerDownCapture?: PointerEventHandler<T>;
        onPointerEnter?: PointerEventHandler<T>;
        onPointerEnterCapture?: PointerEventHandler<T>;
        onPointerLeave?: PointerEventHandler<T>;
        onPointerLeaveCapture?: PointerEventHandler<T>;
        onPointerMove?: PointerEventHandler<T>;
        onPointerMoveCapture?: PointerEventHandler<T>;
        onPointerOut?: PointerEventHandler<T>;
        onPointerOutCapture?: PointerEventHandler<T>;
        onPointerOver?: PointerEventHandler<T>;
        onPointerOverCapture?: PointerEventHandler<T>;
        onPointerUp?: PointerEventHandler<T>;
        onPointerUpCapture?: PointerEventHandler<T>;
        onProgress?: ReactEventHandler<T>;
        onProgressCapture?: ReactEventHandler<T>;
        onRateChange?: ReactEventHandler<T>;
        onRateChangeCapture?: ReactEventHandler<T>;
        onReset?: FormEventHandler<T>;
        onResetCapture?: FormEventHandler<T>;
        onScroll?: UIEventHandler<T>;
        onScrollCapture?: UIEventHandler<T>;
        onSeeked?: ReactEventHandler<T>;
        onSeekedCapture?: ReactEventHandler<T>;
        onSeeking?: ReactEventHandler<T>;
        onSeekingCapture?: ReactEventHandler<T>;
        onSelect?: ReactEventHandler<T>;
        onSelectCapture?: ReactEventHandler<T>;
        onStalled?: ReactEventHandler<T>;
        onStalledCapture?: ReactEventHandler<T>;
        onSubmit?: FormEventHandler<T>;
        onSubmitCapture?: FormEventHandler<T>;
        onSuspend?: ReactEventHandler<T>;
        onSuspendCapture?: ReactEventHandler<T>;
        onTimeUpdate?: ReactEventHandler<T>;
        onTimeUpdateCapture?: ReactEventHandler<T>;
        onTouchCancel?: TouchEventHandler<T>;
        onTouchCancelCapture?: TouchEventHandler<T>;
        onTouchEnd?: TouchEventHandler<T>;
        onTouchEndCapture?: TouchEventHandler<T>;
        onTouchMove?: TouchEventHandler<T>;
        onTouchMoveCapture?: TouchEventHandler<T>;
        onTouchStart?: TouchEventHandler<T>;
        onTouchStartCapture?: TouchEventHandler<T>;
        onTransitionEnd?: TransitionEventHandler<T>;
        onTransitionEndCapture?: TransitionEventHandler<T>;
        onVolumeChange?: ReactEventHandler<T>;
        onVolumeChangeCapture?: ReactEventHandler<T>;
        onWaiting?: ReactEventHandler<T>;
        onWaitingCapture?: ReactEventHandler<T>;
        onWheel?: WheelEventHandler<T>;
        onWheelCapture?: WheelEventHandler<T>;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    children? dangerouslySetInnerHTML? onAbort? onAbortCapture? onAnimationEnd? onAnimationEndCapture? onAnimationIteration? onAnimationIterationCapture? onAnimationStart? onAnimationStartCapture? onAuxClick? onAuxClickCapture? onBeforeInput? onBeforeInputCapture? onBlur? onBlurCapture? onCanPlay? onCanPlayCapture? onCanPlayThrough? onCanPlayThroughCapture? onChange? onChangeCapture? onClick? onClickCapture? onCompositionEnd? onCompositionEndCapture? onCompositionStart? onCompositionStartCapture? onCompositionUpdate? onCompositionUpdateCapture? onContextMenu? onContextMenuCapture? onCopy? onCopyCapture? onCut? onCutCapture? onDoubleClick? onDoubleClickCapture? onDrag? onDragCapture? onDragEnd? onDragEndCapture? onDragEnter? onDragEnterCapture? onDragExit? onDragExitCapture? onDragLeave? onDragLeaveCapture? onDragOver? onDragOverCapture? onDragStart? onDragStartCapture? onDrop? onDropCapture? onDurationChange? onDurationChangeCapture? onEmptied? onEmptiedCapture? onEncrypted? onEncryptedCapture? onEnded? onEndedCapture? onError? onErrorCapture? onFocus? onFocusCapture? onGotPointerCapture? onGotPointerCaptureCapture? onInput? onInputCapture? onInvalid? onInvalidCapture? onKeyDown? onKeyDownCapture? onKeyPress? onKeyPressCapture? onKeyUp? onKeyUpCapture? onLoad? onLoadCapture? onLoadedData? onLoadedDataCapture? onLoadedMetadata? onLoadedMetadataCapture? onLoadStart? onLoadStartCapture? onLostPointerCapture? onLostPointerCaptureCapture? onMouseDown? onMouseDownCapture? onMouseEnter? onMouseLeave? onMouseMove? onMouseMoveCapture? onMouseOut? onMouseOutCapture? onMouseOver? onMouseOverCapture? onMouseUp? onMouseUpCapture? onPaste? onPasteCapture? onPause? onPauseCapture? onPlay? onPlayCapture? onPlaying? onPlayingCapture? onPointerCancel? onPointerCancelCapture? onPointerDown? onPointerDownCapture? onPointerEnter? onPointerEnterCapture? onPointerLeave? onPointerLeaveCapture? onPointerMove? onPointerMoveCapture? onPointerOut? onPointerOutCapture? onPointerOver? onPointerOverCapture? onPointerUp? onPointerUpCapture? onProgress? onProgressCapture? onRateChange? onRateChangeCapture? onReset? onResetCapture? onScroll? onScrollCapture? onSeeked? onSeekedCapture? onSeeking? onSeekingCapture? onSelect? onSelectCapture? onStalled? onStalledCapture? onSubmit? onSubmitCapture? onSuspend? onSuspendCapture? onTimeUpdate? onTimeUpdateCapture? onTouchCancel? onTouchCancelCapture? onTouchEnd? onTouchEndCapture? onTouchMove? onTouchMoveCapture? onTouchStart? onTouchStartCapture? onTransitionEnd? onTransitionEndCapture? onVolumeChange? onVolumeChangeCapture? onWaiting? onWaitingCapture? onWheel? onWheelCapture?

    Properties

    children?: ReactNode
    dangerouslySetInnerHTML?: { __html: string }
    onAbort?: ReactEventHandler<T>
    onAbortCapture?: ReactEventHandler<T>
    onAnimationEnd?: AnimationEventHandler<T>
    onAnimationEndCapture?: AnimationEventHandler<T>
    onAnimationIteration?: AnimationEventHandler<T>
    onAnimationIterationCapture?: AnimationEventHandler<T>
    onAnimationStart?: AnimationEventHandler<T>
    onAnimationStartCapture?: AnimationEventHandler<T>
    onAuxClick?: MouseEventHandler<T>
    onAuxClickCapture?: MouseEventHandler<T>
    onBeforeInput?: FormEventHandler<T>
    onBeforeInputCapture?: FormEventHandler<T>
    onBlurCapture?: FocusEventHandler<T>
    onCanPlay?: ReactEventHandler<T>
    onCanPlayCapture?: ReactEventHandler<T>
    onCanPlayThrough?: ReactEventHandler<T>
    onCanPlayThroughCapture?: ReactEventHandler<T>
    onChange?: FormEventHandler<T>
    onChangeCapture?: FormEventHandler<T>
    onClick?: MouseEventHandler<T>
    onClickCapture?: MouseEventHandler<T>
    onCompositionEnd?: CompositionEventHandler<T>
    onCompositionEndCapture?: CompositionEventHandler<T>
    onCompositionStart?: CompositionEventHandler<T>
    onCompositionStartCapture?: CompositionEventHandler<T>
    onCompositionUpdate?: CompositionEventHandler<T>
    onCompositionUpdateCapture?: CompositionEventHandler<T>
    onContextMenu?: MouseEventHandler<T>
    onContextMenuCapture?: MouseEventHandler<T>
    onCopyCapture?: ClipboardEventHandler<T>
    onCutCapture?: ClipboardEventHandler<T>
    onDoubleClick?: MouseEventHandler<T>
    onDoubleClickCapture?: MouseEventHandler<T>
    onDragCapture?: DragEventHandler<T>
    onDragEnd?: DragEventHandler<T>
    onDragEndCapture?: DragEventHandler<T>
    onDragEnter?: DragEventHandler<T>
    onDragEnterCapture?: DragEventHandler<T>
    onDragExit?: DragEventHandler<T>
    onDragExitCapture?: DragEventHandler<T>
    onDragLeave?: DragEventHandler<T>
    onDragLeaveCapture?: DragEventHandler<T>
    onDragOver?: DragEventHandler<T>
    onDragOverCapture?: DragEventHandler<T>
    onDragStart?: DragEventHandler<T>
    onDragStartCapture?: DragEventHandler<T>
    onDropCapture?: DragEventHandler<T>
    onDurationChange?: ReactEventHandler<T>
    onDurationChangeCapture?: ReactEventHandler<T>
    onEmptied?: ReactEventHandler<T>
    onEmptiedCapture?: ReactEventHandler<T>
    onEncrypted?: ReactEventHandler<T>
    onEncryptedCapture?: ReactEventHandler<T>
    onEnded?: ReactEventHandler<T>
    onEndedCapture?: ReactEventHandler<T>
    onError?: ReactEventHandler<T>
    onErrorCapture?: ReactEventHandler<T>
    onFocus?: FocusEventHandler<T>
    onFocusCapture?: FocusEventHandler<T>
    onGotPointerCapture?: PointerEventHandler<T>
    onGotPointerCaptureCapture?: PointerEventHandler<T>
    onInput?: FormEventHandler<T>
    onInputCapture?: FormEventHandler<T>
    onInvalid?: FormEventHandler<T>
    onInvalidCapture?: FormEventHandler<T>
    onKeyDown?: KeyboardEventHandler<T>
    onKeyDownCapture?: KeyboardEventHandler<T>
    onKeyPress?: KeyboardEventHandler<T>
    onKeyPressCapture?: KeyboardEventHandler<T>
    onKeyUpCapture?: KeyboardEventHandler<T>
    onLoadCapture?: ReactEventHandler<T>
    onLoadedData?: ReactEventHandler<T>
    onLoadedDataCapture?: ReactEventHandler<T>
    onLoadedMetadata?: ReactEventHandler<T>
    onLoadedMetadataCapture?: ReactEventHandler<T>
    onLoadStart?: ReactEventHandler<T>
    onLoadStartCapture?: ReactEventHandler<T>
    onLostPointerCapture?: PointerEventHandler<T>
    onLostPointerCaptureCapture?: PointerEventHandler<T>
    onMouseDown?: MouseEventHandler<T>
    onMouseDownCapture?: MouseEventHandler<T>
    onMouseEnter?: MouseEventHandler<T>
    onMouseLeave?: MouseEventHandler<T>
    onMouseMove?: MouseEventHandler<T>
    onMouseMoveCapture?: MouseEventHandler<T>
    onMouseOut?: MouseEventHandler<T>
    onMouseOutCapture?: MouseEventHandler<T>
    onMouseOver?: MouseEventHandler<T>
    onMouseOverCapture?: MouseEventHandler<T>
    onMouseUp?: MouseEventHandler<T>
    onMouseUpCapture?: MouseEventHandler<T>
    onPasteCapture?: ClipboardEventHandler<T>
    onPause?: ReactEventHandler<T>
    onPauseCapture?: ReactEventHandler<T>
    onPlayCapture?: ReactEventHandler<T>
    onPlaying?: ReactEventHandler<T>
    onPlayingCapture?: ReactEventHandler<T>
    onPointerCancel?: PointerEventHandler<T>
    onPointerCancelCapture?: PointerEventHandler<T>
    onPointerDown?: PointerEventHandler<T>
    onPointerDownCapture?: PointerEventHandler<T>
    onPointerEnter?: PointerEventHandler<T>
    onPointerEnterCapture?: PointerEventHandler<T>
    onPointerLeave?: PointerEventHandler<T>
    onPointerLeaveCapture?: PointerEventHandler<T>
    onPointerMove?: PointerEventHandler<T>
    onPointerMoveCapture?: PointerEventHandler<T>
    onPointerOut?: PointerEventHandler<T>
    onPointerOutCapture?: PointerEventHandler<T>
    onPointerOver?: PointerEventHandler<T>
    onPointerOverCapture?: PointerEventHandler<T>
    onPointerUp?: PointerEventHandler<T>
    onPointerUpCapture?: PointerEventHandler<T>
    onProgress?: ReactEventHandler<T>
    onProgressCapture?: ReactEventHandler<T>
    onRateChange?: ReactEventHandler<T>
    onRateChangeCapture?: ReactEventHandler<T>
    onReset?: FormEventHandler<T>
    onResetCapture?: FormEventHandler<T>
    onScroll?: UIEventHandler<T>
    onScrollCapture?: UIEventHandler<T>
    onSeeked?: ReactEventHandler<T>
    onSeekedCapture?: ReactEventHandler<T>
    onSeeking?: ReactEventHandler<T>
    onSeekingCapture?: ReactEventHandler<T>
    onSelect?: ReactEventHandler<T>
    onSelectCapture?: ReactEventHandler<T>
    onStalled?: ReactEventHandler<T>
    onStalledCapture?: ReactEventHandler<T>
    onSubmit?: FormEventHandler<T>
    onSubmitCapture?: FormEventHandler<T>
    onSuspend?: ReactEventHandler<T>
    onSuspendCapture?: ReactEventHandler<T>
    onTimeUpdate?: ReactEventHandler<T>
    onTimeUpdateCapture?: ReactEventHandler<T>
    onTouchCancel?: TouchEventHandler<T>
    onTouchCancelCapture?: TouchEventHandler<T>
    onTouchEnd?: TouchEventHandler<T>
    onTouchEndCapture?: TouchEventHandler<T>
    onTouchMove?: TouchEventHandler<T>
    onTouchMoveCapture?: TouchEventHandler<T>
    onTouchStart?: TouchEventHandler<T>
    onTouchStartCapture?: TouchEventHandler<T>
    onTransitionEnd?: TransitionEventHandler<T>
    onTransitionEndCapture?: TransitionEventHandler<T>
    onVolumeChange?: ReactEventHandler<T>
    onVolumeChangeCapture?: ReactEventHandler<T>
    onWaiting?: ReactEventHandler<T>
    onWaitingCapture?: ReactEventHandler<T>
    onWheel?: WheelEventHandler<T>
    onWheelCapture?: WheelEventHandler<T>