TLUiToastAction
Table of contents
Public interface
Signature
interface TLUiToastAction {}
Source
packages/tldraw/src/lib/ui/context/toasts.tsx
Properties
label
Public propertysignature
Signature
label: string
onClick
Public propertysignature
Signature
onClick: () => void
type
Public propertysignature
Signature
type: 'danger' | 'normal' | 'primary'