TLUiPopoverContentProps
Table of contents
Public interface
Signature
interface TLUiPopoverContentProps {}
Source
packages/tldraw/src/lib/ui/components/primitives/TldrawUiPopover.tsx
Properties
align
Public propertysignature
Signature
align?: 'center' | 'end' | 'start'
alignOffset
Public propertysignature
Signature
alignOffset?: number
children
Public propertysignature
Signature
children: React.ReactNode
side
Public propertysignature
Signature
side: 'bottom' | 'left' | 'right' | 'top'
sideOffset
Public propertysignature
Signature
sideOffset?: number