Skip to content

Commit

Permalink
feat(util): document cloneCells() method (#2811)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynekstara authored Nov 27, 2024
1 parent d91d4d0 commit 27d92fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/joint-core/types/joint.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,8 @@ export namespace shapes {

export namespace util {

export function cloneCells(cells: dia.Cell[]): { [id: string]: dia.Cell };

export function isCalcExpression(value: any): boolean;

export function evalCalcFormula(formula: string, rect: g.PlainRect): number;
Expand Down

0 comments on commit 27d92fd

Please sign in to comment.