onInvalid property

Stream<Event> onInvalid
override

Stream of invalid events handled by this Window.

Implementation

Stream<Event> get onInvalid => Element.invalidEvent.forTarget(this);