Table of contents

Public interface

Signature
interface TLUiPopoverProps {}
Source

packages/tldraw/src/lib/ui/components/primitives/TldrawUiPopover.tsx


Properties

children

Public propertysignature

Signature
children: React.ReactNode

id

Public propertysignature

Signature
id: string

onOpenChange

Public propertysignature

Signature
onOpenChange?: (isOpen: boolean) => void

open

Public propertysignature

Signature
open?: boolean

TLUiPopoverContentPropsTLUiPopoverTriggerProps