UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

44 lines (18 loc) 1.18 kB
# kol-toast-container <!-- Auto Generated Below --> ## Methods ### `closeAll(immediate?: boolean) => Promise<void>` #### Parameters | Name | Type | Description | | ----------- | --------- | ----------- | | `immediate` | `boolean` | | #### Returns Type: `Promise<void>` ### `enqueue(toast: Toast) => Promise<() => void>` #### Parameters | Name | Type | Description | | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | | `toast` | `{ description?: string` \| `undefined; render?: ToastRenderFunction` \| `undefined; label: string; type: "default"` \| `"info"` \| `"success"` \| `"warning"` \| `"error"; variant?: "card"` \| `"msg"` \| `undefined; }` | | #### Returns Type: `Promise<() => void>` ----------------------------------------------