RefreshEvent is not interface

Issue #2389 resolved
Attila Hajdrik created an issue

In RefreshView.d.ts the RefreshEvent should be a class with a default constructor as it is used as dispatchEvent(new RefreshEvent()); in the codebase.

Comments (3)

  1. Log in to comment