UNPKG

@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.

6 lines 440 B
export var itemBelongsCollection = "The item already belongs to this collection, or to another collection."; export var itemNotFoundInCollection = "The item was not found in this collection."; export var setPointOutOfRange = "setPoint: Index out of range."; export var insertPointOutOfRange = "addPoint: Index out of range."; export var removePointOutOfRange = "removePoint: Index out of range."; //# sourceMappingURL=Exceptions.js.map