onInvalid 属性

Stream<Event> onInvalid

由该 Document 处理的 invalid 事件流。

实现

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