Mutation Hook Event
Type: Object
Event triggered by a mutation hook.
Properties
new Value
Type: any
The new value, this will only be set when using the valueQuery
.
node
Type: Node
The node affected node which matches the selector
previous Value
Type: any
The previous value, this will only be set when using the valueQuery
.
type
Type: String
The type of change, this will always be one of the following: "add", "remove", or "change".