Appearance
@sylis/web / components/virtual-popover/VirtualPopover / VirtualPopoverProps
Interface: VirtualPopoverProps
Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:15
Properties
arrow?
optionalarrow: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?
optionalclassName:string
Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:20
modifiers?
optionalmodifiers:any[]
Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:26
offset?
optionaloffset: [number,number]
Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:19
onClickOutside()?
optionalonClickOutside: () =>void
Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:22
Returns
void
onExited()?
optionalonExited: () =>void
Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:27
Returns
void
placement?
optionalplacement:"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?
optionalstrategy:"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?
optionalzIndex:number
Defined in: apps/web/src/components/virtual-popover/VirtualPopover.tsx:24