@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.
8 lines (7 loc) • 326 B
TypeScript
export declare class Configuration {
static readonly MAIN_CONTAINER_NAME = "Main";
static readonly BG_CONTAINER_NAME = "Background";
static readonly FG_CONTAINER_NAME = "Foreground";
static readonly BG_SOLIDCOLOR = "solidColor";
static readonly SPINE_AND_FOLDING_CONTAINER_NAME = "Spine&Folding";
}