Table of contents

Public interface

Signature
interface TLUiDialog {}
Source

packages/tldraw/src/lib/ui/hooks/useDialogsProvider.tsx


Properties

component

Public propertysignature

Signature
component: (props: TLUiDialogProps) => any
References

TLUiDialogProps


id

Public propertysignature

Signature
id: string

onClose

Public propertysignature

Signature
onClose?: () => void

TLUiCustomMenuItemTLUiDialogProps