Skip to content

Commit 06f6f68

Browse files
committed
deploy: 5486ef2
1 parent 2639c19 commit 06f6f68

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

api-reference/feedback/toast.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ When an asynchronous operation is happening or when an error is thrown, it's usu
44

55
Additionally, Toasts can have some actions associated to the action they are about. For example, you could provide a way to cancel an asynchronous operation, undo an action, or copy the stack trace of an error.
66

7+
{% hint style="info" %}
8+
The `showToast()` will fallback to [showHUD()](./hud.md#showhud) if the Raycast window is closed.
9+
{% endhint %}
10+
711
![](../../.gitbook/assets/toast.webp)
812

913
## API Reference

llms-api.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,10 @@ When an asynchronous operation is happening or when an error is thrown, it's usu
11791179

11801180
Additionally, Toasts can have some actions associated to the action they are about. For example, you could provide a way to cancel an asynchronous operation, undo an action, or copy the stack trace of an error.
11811181

1182+
{% hint style="info" %}
1183+
The `showToast()` will fallback to showHUD() if the Raycast window is closed.
1184+
{% endhint %}
1185+
11821186

11831187

11841188
## API Reference

llms-full.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,10 @@ When an asynchronous operation is happening or when an error is thrown, it's usu
12141214

12151215
Additionally, Toasts can have some actions associated to the action they are about. For example, you could provide a way to cancel an asynchronous operation, undo an action, or copy the stack trace of an error.
12161216

1217+
{% hint style="info" %}
1218+
The `showToast()` will fallback to showHUD() if the Raycast window is closed.
1219+
{% endhint %}
1220+
12171221

12181222

12191223
## API Reference

0 commit comments

Comments
 (0)