Table of contents

Public interface

Signature
interface TLUiToast {}
Source

packages/tldraw/src/lib/ui/context/toasts.tsx


Properties

actions

Public propertysignature

Signature
actions?: TLUiToastAction[]
References

TLUiToastAction


closeLabel

Public propertysignature

Signature
closeLabel?: string

description

Public propertysignature

Signature
description?: string

icon

Public propertysignature

Signature
icon?: TLUiIconType
References

TLUiIconType


id

Public propertysignature

Signature
id: string

keepOpen

Public propertysignature

Signature
keepOpen?: boolean

severity

Public propertysignature

Signature
severity?: AlertSeverity
References

AlertSeverity


title

Public propertysignature

Signature
title?: string

TLUiStylePanelPropsTLUiToastAction