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

    Hierarchy

    Index

    Properties

    buttonProps?: IconButtonProps
    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