mouseouts

open fun mouseouts(init: MouseEvent.() -> Unit): Listener<MouseEvent, T>

occurs when a user moves the mouse pointer out of an element, or out of one of its children

Return

a Listener that emits MouseEvents on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


occurs when a user moves the mouse pointer out of an element, or out of one of its children