struct Protocol::DOM::AttributeModified
- Protocol::DOM::AttributeModified
- Struct
- Value
- Object
Overview
Fired when Element
's attribute is modified.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/dom.crConstructors
Instance Method Summary
-
#name : String
Attribute name.
-
#node_id : NodeId
Id of the node that has changed.
-
#value : String
Attribute value.