public static interface Notification.Position
| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeAttach(elemental2.dom.HTMLElement element)
this method will be called before attaching the notification element to the dom.
|
void |
onNewElement(elemental2.dom.HTMLElement element)
this method will be called everytime we try to show a new notification.
|
void |
onRemoveElement(int dataPosition,
int height)
this method will be called once the notification is completed and the notification element is
removed from the dom
|
void onBeforeAttach(elemental2.dom.HTMLElement element)
element - the notification elementvoid onNewElement(elemental2.dom.HTMLElement element)
element - the notification elementvoid onRemoveElement(int dataPosition,
int height)
dataPosition - height - Copyright © 2019–2022 Dominokit. All rights reserved.