LmnToastComponent
Decorators: |
|
Selectors: |
|
Implements: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
activateAction r |
| Emits when the toast's action is activated |
close | () => Promise<void> | Closes the toast element by playing the animation and emitting the closeToast event. |
closeTimeout r |
| Timeout for the toast to close. In seconds |
closeToast r |
| Emits when the toast is closed. |
content r |
| Content of the toast. |
nativeElement r | HTMLElement | |
negative r |
| Whether the toast is negative. |
persistency r |
| Whether the toast should be persistent or timed. |
position r |
| Position of the toast. |
type r |
| Type of the toast. |
Accessors
get id |
---|
The unique identifier of the toast. |
Presentation
|
Type
|
Methods
addTranslationAnimationFromOutside() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Adds a translation animation to the native element. | |||||||||
Presentation
| |||||||||
Parameters
Returnsvoid |