Last updated

API / geotoolkit / report / dom / CollectionEventArgs.ts / CollectionChangesType

Enumeration: CollectionChangesType

dom.CollectionEventArgs.ts.CollectionChangesType

Enum of collection changes event types

Table of contents

Enumeration Members

Contents

Enumeration Members

Added

Added = "added"

Happens when new element has been added


Clear

Clear = "clear"

Happens when collection was cleared


InsertedAfter

InsertedAfter = "inserted-after"

Happens when new element has been inserted after referenced element


InsertedBefore

InsertedBefore = "inserted-before"

Happens when new element has been inserted before referenced element


Removed

Removed = "removed"

Happens when existing element has been removed


Replaced

Replaced = "replaced"

Happens when element has been inserted by another