Trails Packages
    Preparing search index...
    interface ToggleTipProps {
        content?: ReactNode;
        contentProps?: PopoverContentProps;
        portalled?: boolean;
        portalRef?: RefObject<HTMLElement | null>;
        showArrow?: boolean;
    }

    Hierarchy

    • PopoverRootProps
      • ToggleTipProps
    Index

    Properties

    content?: ReactNode
    contentProps?: PopoverContentProps
    portalled?: boolean

    Whether the popover is portalled. This will proxy the tabbing behavior regardless of the DOM position of the popover content.

    true
    
    portalRef?: RefObject<HTMLElement | null>
    showArrow?: boolean