Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TooltipHookProvidedElementProps<E>

remarks

@since 2.8.0

Type parameters

  • E: HTMLElement

Hierarchy

Index

Properties

Optional aria-describedby

aria-describedby: string

An optional aria-describedby that will be provided only while the tooltip is visible or the TooltipHookOptions.describedBy is provided.

id

id: string

The DOM id required for a11y that is based off of the TooltipHookOptions.baseId.

onBlur

onBlur: FocusEventHandler<E>

onClick

onClick: MouseEventHandler<E>

An optional event handler to merge with the hover mode visibility hander. If this function calls event.stopPropagation(), the hover mode behavior will be disabled.

onContextMenu

onContextMenu: MouseEventHandler<E>

onFocus

onFocus: FocusEventHandler<E>

onKeyDown

onKeyDown: KeyboardEventHandler<E>

onMouseEnter

onMouseEnter: MouseEventHandler<E>

An optional event handler to merge with the hover mode visibility hander. If this function calls event.stopPropagation(), the hover mode behavior will be disabled.

onMouseLeave

onMouseLeave: MouseEventHandler<E>

An optional event handler to merge with the hover mode visibility hander. If this function calls event.stopPropagation(), the hover mode behavior will be disabled.

onTouchStart

onTouchStart: TouchEventHandler<E>

Generated using TypeDoc