You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ See the [Notify Options](#notify-options) or the [code documentation](postette.j
155
155
| `success` | response, alternative | Convenience method for "success" level notification. |
156
156
| `spinner` | response, alternative | Convenience method for "persist" level notification (indefinite). |
157
157
| `done` | response, alternative | Convenience method for "update" level notification (stops spinner with message). |
158
+
| `dismiss` | none | Remotely ends a current notification without message (same result as click-to-close or click-away). |
158
159
| `setCustomLevel` | name | Adds a level of notification message ([CSS overrides](#advanced-usage) will be required for styling). |
159
160
| `setComputeFactor` | value | Sets a per-character multiplier for computing pause-enough for a message to be read. The default is `100` (milliseconds). |
160
161
| `setClickAway` | boolean | When true, `globalClickHandler();` will quit messages and close the log upon firing. |
Copy file name to clipboardexpand all lines: example/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "postette-example",
3
-
"version": "0.1.0",
3
+
"version": "0.3.0",
4
4
"description": "Sample implementation demonstrating Postette for the management and execution of notifications to a person interacting with a web client application.",
0 commit comments