EventMixin

class EventMixin<T : Element> : EventProperties<T>

Default implementation of the EventProperties interface in order to apply this as mixin for a component

Constructors

EventMixin
Link copied to clipboard
js
fun EventMixin()

Properties

events
Link copied to clipboard
js
open override val events: ComponentProperty<EventContext<T>.() -> Unit>
This property enables the client to access all events offered by the underlying HTML element.