columnKeyCreator.d.ts 170 B

12345
  1. export declare class ColumnKeyCreator {
  2. private existingKeys;
  3. addExistingKeys(keys: string[]): void;
  4. getUniqueKey(colId: string, colField: string): string;
  5. }