Skip to content

Commit

Permalink
types(dia.HighlighterView): add missing getAll() static method (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus authored Jul 23, 2024
1 parent 5de4a15 commit 3279de6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/joint-core/types/joint.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1932,6 +1932,11 @@ export namespace dia {
cellView: dia.CellView
): T[];

static getAll<T extends HighlighterView = HighlighterView>(
paper: dia.Paper,
id?: string
): T[];

static update(cellView: dia.CellView, id?: string): void;

static transform(cellView: dia.CellView, id?: string): void;
Expand Down

0 comments on commit 3279de6

Please sign in to comment.