EventMixin

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

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

Constructors

Link copied to clipboard
fun EventMixin()

Properties

Link copied to clipboard
open override val events: ComponentProperty<EventContext<T>.() -> Unit>

This property enables the client to access all events offered by the underlying HTML element.