ComponentEvent

Describes the configuration of an event. You can bind an event and a corresponding action to a Component or a ComponentChild. A button click is an example of an event.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to perform when a specific event is raised.

Link copied to clipboard

Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.

Link copied to clipboard

Describes information about the action.

Functions

Link copied to clipboard
inline fun copy(block: ComponentEvent.Builder.() -> Unit = {}): ComponentEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String