Function Popover

  • NOTE: Exotic components are not callable.

    Parameters

    • props: {
          __blockDismissEvent?: boolean;
          __focusTrapTimeoutDelay?: number;
          anchor?: PopoutPosition;
          anchorProps?: any;
          arrow?: boolean;
          content?: any;
          fixPosition?: {
              left: number;
              top: number;
          };
          focusTrap?: boolean;
          hardEscape?: boolean;
          isVisible?: boolean;
          onDismiss?: any;
          targetId?: string;
      } & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & RefAttributes<unknown>

    Returns ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc