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

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

title

Public propertysignature

Signature
title?: string

TLUiSubMenuTLUiToastAction