Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.63k stars 133 forks source link

Change callback properties on stdlib event for better usability #194

Closed ilgonmic closed 2 years ago

ilgonmic commented 2 years ago

After changing package of Event interface, all JS related properties were migrated too. But it means that users should do unsafe casts on their side. We can improve usability, if we will declare properties on stdlib Event and cast to kotlinx.html Event in the library.