onLoad 属性

ElementStream<Event> onLoad
重写

由该 Element 处理的 load 事件流。

实现

ElementStream<Event> get onLoad => loadEvent.forElement(this);