@aurigma/design-atoms-model
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
7 lines • 316 B
JavaScript
export var CollectionChangeType;
(function (CollectionChangeType) {
CollectionChangeType["Move"] = "Move";
CollectionChangeType["Add"] = "Add";
CollectionChangeType["Remove"] = "Remove";
})(CollectionChangeType || (CollectionChangeType = {}));
//# sourceMappingURL=ICollectionChangeEventArgs.js.map