API / geotoolkit / report / dom / CollectionEventArgs.ts / CollectionChangesType
dom.CollectionEventArgs.ts.CollectionChangesType
Enum of collection changes event types
Enumeration Members
Enumeration Members
• Added = "added"
Happens when new element has been added
• Clear = "clear"
Happens when collection was cleared
• InsertedAfter = "inserted-after"
Happens when new element has been inserted after referenced element
• InsertedBefore = "inserted-before"
Happens when new element has been inserted before referenced element
• Removed = "removed"
Happens when existing element has been removed
• Replaced = "replaced"
Happens when element has been inserted by another