YXmlEvent(target, subs, transaction)

An Event that describes changes on a YXml Element or Yxml Fragment

new YXmlEvent(target, subs, transaction)

Parameters:
Name Type Description
target YXmlElement | YXmlFragment

The target on which the event is created.

subs Set.<(string|null)>

The set of changed attributes. null is included if the child list changed.

transaction Transaction

The transaction instance with wich the change was created.

Members

attributesChanged :Set.<(string|null)>

Set of all changed attributes.