React Hookers - v6.3.0
    Preparing search index...

    Interface HeadlessTooltipValue

    A value returned from the useTooltip hook.

    interface HeadlessTooltipValue {
        anchorProps: HTMLAttributes<HTMLElement>;
        tooltipProps: HTMLAttributes<HTMLElement>;
    }
    Index

    Properties

    anchorProps: HTMLAttributes<HTMLElement>

    Props for the anchor element around which the tooltip is positioned.

    tooltipProps: HTMLAttributes<HTMLElement>

    Props for the element that implements tooltip behavior.

    The object identity never changes between renders.