onMouseLeave()
Handles the
MouseLeaveevent.
onMouseLeave(handle: string | ViewBuilderEventHandler<T>): this;
Notes
- Automatically enables hover tracking.
Parameters
- handle — The function to call, or name of the event to emit instead.
Related
class ContainerBuilder abstractstatic
An abstract builder class forUIContainerinstances.on()
Adds an event handler to all instances of the UI element.
