TLUiDialog
Table of contents
Public interface
Signature
interface TLUiDialog {}
Source
packages/tldraw/src/lib/ui/context/dialogs.tsx
Properties
component
Public propertysignature
Signature
component: ComponentType<TLUiDialogProps>
References
id
Public propertysignature
Signature
id: string
onClose
Public propertysignature
Signature
onClose?: () => void