Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndividualTooltipProps

Individual customize props for Tooltip elements in TreeSelect.

property

enter - Tooltip around the enter icon

property

exit - Tooltip around the exit icon

property

currentPath - Tooltip for current branch path.

property

valuePath - Tooltip for the selected value path or paths when multiple === true

Hierarchy

  • IndividualTooltipProps

Index

Properties

currentPath?: Omit<Partial<TooltipProps>, "children">
enter?: Omit<Partial<TooltipProps>, "children">
exit?: Omit<Partial<TooltipProps>, "children">
valuePath?: Omit<Partial<TooltipProps>, "children">

Generated using TypeDoc