diff --git a/packages/joint-core/types/joint.d.ts b/packages/joint-core/types/joint.d.ts index 12a92a7f0..62abe6055 100644 --- a/packages/joint-core/types/joint.d.ts +++ b/packages/joint-core/types/joint.d.ts @@ -1932,6 +1932,11 @@ export namespace dia { cellView: dia.CellView ): T[]; + static getAll( + paper: dia.Paper, + id?: string + ): T[]; + static update(cellView: dia.CellView, id?: string): void; static transform(cellView: dia.CellView, id?: string): void;