Skip to content

@sylis/web v0.0.0


@sylis/web / components/virtual-popover/VirtualPopover / VirtualPopoverProps

Interface: VirtualPopoverProps

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:15

Properties

arrow?

optional arrow: boolean

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:23


children

children: ReactNode

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:21


className?

optional className: string

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:20


modifiers?

optional modifiers: any[]

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:26


offset?

optional offset: [number, number]

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:19


onClickOutside()?

optional onClickOutside: () => void

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:22

Returns

void


onExited()?

optional onExited: () => void

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:27

Returns

void


placement?

optional placement: "auto" | "top" | "left" | "right" | "bottom"

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:18


reference

reference: null | HTMLElement | VirtualRect

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:16


strategy?

optional strategy: "fixed" | "absolute"

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:25


visible

visible: boolean

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:17


zIndex?

optional zIndex: number

Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:24