Dispatch
Place this anywhere in your app
svelte
Loading...Timed message dispatch
Default timeout is 6 seconds
svelte
Loading...Persistent message dispatch
svelte
Loading...| Name | Type | Default | Description |
|---|---|---|---|
| status | string (success, warning, error) | 'success' | Decides dispatch background color |
| message | string | null | |
| duration | number | 6000 | Duration in milliseconds for how long the dispatch message is shown. |
| disableTimeout | boolean | false | If true, the dispatch message will not time out. |