afterMount
abstract fun afterMount(target: WithDomNode<Element>, payload: Any? = null, handler: DomLifecycleHandler)
Registers a DomLifecycleHandler on a given target that ist called right after the target is mounted to the DOM.
Registers a DomLifecycleHandler on a given target that ist called right after the target is mounted to the DOM.