There was an error while loading. Please reload this page.
1 parent f500f4d commit 7162834Copy full SHA for 7162834
1 file changed
packages/hub/src/types/messages.ts
@@ -109,7 +109,8 @@ export interface DevframeMessageEntry {
109
*/
110
actions?: DevframeMessageAction[]
111
/**
112
- * Time in ms to auto-dismiss the toast notification (client-side)
+ * Time in ms to auto-dismiss the toast notification (client-side) or
113
+ * `false` to keep it indefinitely.
114
115
autoDismiss?: number | false
116
0 commit comments