onHashChange property

ElementStream<Event> onHashChange
@DocsEditable(), @DomName('HTMLBodyElement.onhashchange')

Stream of hashchange events handled by this BodyElement.

Implementation

@DomName('HTMLBodyElement.onhashchange')
@DocsEditable()
ElementStream<Event> get onHashChange => hashChangeEvent.forElement(this);