TLUiToast
Table of contents
Public interface
Signature
interface TLUiToast {}
Source
packages/tldraw/src/lib/ui/hooks/useToastsProvider.tsx
Properties
actions
Public propertysignature
Signature
actions?: TLUiToastAction[]
References
closeLabel
Public propertysignature
Signature
closeLabel?: string
description
Public propertysignature
Signature
description?: string
icon
Public propertysignature
Signature
icon?: TLUiIconType
References
id
Public propertysignature
Signature
id: string
keepOpen
Public propertysignature
Signature
keepOpen?: boolean
title
Public propertysignature
Signature
title?: string