@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.
12 lines • 466 B
JavaScript
var Configuration = /** @class */ (function () {
function Configuration() {
}
Configuration.MAIN_CONTAINER_NAME = "Main";
Configuration.BG_CONTAINER_NAME = "Background";
Configuration.FG_CONTAINER_NAME = "Foreground";
Configuration.BG_SOLIDCOLOR = "solidColor";
Configuration.SPINE_AND_FOLDING_CONTAINER_NAME = "Spine&Folding";
return Configuration;
}());
export { Configuration };
//# sourceMappingURL=Configuration.js.map