mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
856 B
856 B
Home > puppeteer > Protocol > DOM > CharacterDataModifiedEvent
Protocol.DOM.CharacterDataModifiedEvent interface
Mirrors DOMCharacterDataModified
event.
Signature:
export interface CharacterDataModifiedEvent
Properties
Property | Type | Description |
---|---|---|
characterData | string | New text value. |
nodeId | NodeId | Id of the node that has changed. |