Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TooltipHookProvidedElementProps<E>

remarks

@since 2.8.0

Type parameters

  • E: HTMLElement

Hierarchy

Index

Properties

aria-describedby?: string

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

id: string

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

onBlur: FocusEventHandler<E>
onClick: MouseEventHandler<E>
onContextMenu: MouseEventHandler<E>
onFocus: FocusEventHandler<E>
onKeyDown: KeyboardEventHandler<E>
onMouseEnter: MouseEventHandler<E>
onMouseLeave: MouseEventHandler<E>
onTouchStart: TouchEventHandler<E>

Generated using TypeDoc