ToastComponent
Defined in: components/toast/toast-message/toast.component.ts:21
ToastComponent is a component responsible for rendering a single toast message. It receives the toast data as inputs and renders the toast accordingly.
Author
Ian Wenneckers
Since
1.1.0
Constructors
Constructor
ts
new ToastComponent(): ToastComponent;Returns
ToastComponent
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | InputSignal<string> | components/toast/toast-message/toast.component.ts:24 |
status | readonly | InputSignal<StatusType> | components/toast/toast-message/toast.component.ts:26 |