FromEvent

annotation class FromEvent

Annotates a parameter to a component's event handler callback method indicating that it will be supplied by the event object.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun baseClass(): Class
The base type for an annotated parameter as it's defined in the event object.
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String