WithDomNode

external interface WithDomNode<out N : Node>

Base-interface for everything that represents a node in the DOM.

Inheritors

Properties

Link copied to clipboard
abstract val domNode: N

the wrapped Node

Functions

Link copied to clipboard
suspend fun WithDomNode<*>.waitForAnimation()

wait for a running animation on the DOM-Node to finish.