onAttributeModified property

Stream<AttributeModifiedEvent> onAttributeModified

Implementation

Stream<AttributeModifiedEvent> get onAttributeModified => eventStream(
    'DOM.attributeModified',
    (WipEvent event) => AttributeModifiedEvent(event.json));