character_data property

character_data property

Set to true if mutations to target’s data are to be observed. Can be omitted if characterDataOldValue is specified

Definition:

@property
def character_data(self):
    ...
@character_data.setter
def character_data(self, value):
    ...

See Also