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

    Hierarchy

    Index

    Properties

    buttonProps?: IconButtonProps
    content?: ReactNode
    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>
    showArrow?: boolean