cellAttributeEnum.ts 186 Bytes
export enum CellAttributeKeyEnum {
  COMPONENT_KEY = 'componentKey',
  CATEGORY = 'category',
  SHAPE_KEY = 'shapeKey',
  COPY_SOURCE = 'copySource',
  DEFAULT_IMAGE = 'defaultImage',
}