diff --git a/packages/joint-core/types/joint.d.ts b/packages/joint-core/types/joint.d.ts index 2ef0c9547..6741880a0 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;