onInvalid 属性

Stream<Event> onInvalid
覆盖

由这个 Window 处理的 invalid 事件的流。

实现

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