Emits

Annotation used for Component classes in order to describe what EventTypes this Component will Emits

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun events(): Array<String>
Array of the EventTypes that the Component will emit
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String