Interface TextChangeEvent

All Superinterfaces:
Event

public interface TextChangeEvent extends Event
Event fired when a text node's content is changed. Fired on the text node's parent element.
  • Method Details

    • getTextNode

      TextNode getTextNode()
      Get the modified text node
      Returns:
      Modified text node