cellAttributeEnum.ts 186 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 export enum CellAttributeKeyEnum { COMPONENT_KEY = 'componentKey', CATEGORY = 'category', SHAPE_KEY = 'shapeKey', COPY_SOURCE = 'copySource', DEFAULT_IMAGE = 'defaultImage', }