onLoad property

ElementStream<Event> onLoad
@DocsEditable(), @DomName('Element.onload')

Stream of load events handled by this Element.

Implementation

@DomName('Element.onload')
@DocsEditable()
ElementStream<Event> get onLoad;