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