Interface MutationEvent

All Superinterfaces:
Event

public interface MutationEvent extends Event
Provides contextual information about modifications to the DOM tree
  • Method Details

    • getNode

      Node getNode()
      Gets the node being removed/appended
      Returns:
      Affected node
    • getMutationIndex

      int getMutationIndex()
      Gets the index of the node that was removed/added
      Returns:
      Mutation index