onLoad 属性

ElementStream<Event> onLoad
覆盖

由这个 BodyElement 处理的 load 事件的流。

实现

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