@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 (5 loc) • 452 B
TypeScript
export declare const itemBelongsCollection = "The item already belongs to this collection, or to another collection.";
export declare const itemNotFoundInCollection = "The item was not found in this collection.";
export declare const setPointOutOfRange = "setPoint: Index out of range.";
export declare const insertPointOutOfRange = "addPoint: Index out of range.";
export declare const removePointOutOfRange = "removePoint: Index out of range.";