CustomEvents

external interface CustomEvents(source)

string & {} allows to allow any kind of strings for the event but still allows to have auto completion for the normal events.

Inheritors

Functions

Link copied to clipboard
abstract operator fun <Key : Any> get(key: Key): Function<Unit>?
Link copied to clipboard
abstract operator fun <Key : Any> set(key: Key, value: Function<Unit>?)