- Preparing search index...
- The search index is not available
@fold-dev/core
PopoverProps: { __blockDismissEvent?: boolean; __focusTrapTimeoutDelay?: number; anchor?: PopoverAnchor; anchorProps?: any; arrow?: boolean; content?: ReactElement | any; fixPosition?: { left: number; top: number; }; focusTrap?: boolean; hardEscape?: boolean; isVisible?: boolean; onDismiss?: any; targetId?: string; } & CoreViewProps
Type declaration
-
Optional __blockDismissEvent?: boolean
-
Optional __focusTrapTimeoutDelay?: number
-
-
Optional anchorProps?: any
-
Optional arrow?: boolean
-
Optional content?: ReactElement | any
-
Optional fixPosition?: {
left: number;
top: number;
}
-
Optional focusTrap?: boolean
-
Optional hardEscape?: boolean
-
Optional isVisible?: boolean
-
Optional onDismiss?: any
-
Optional targetId?: string
Description
Be careful as this can have unintended consequences with other elements