Skip to content

Commit

Permalink
types(dia.HighlighterView): add missing getAll() static method
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus committed Jul 23, 2024
1 parent b1b7a45 commit 4b1fce9
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 4b1fce9

Please sign in to comment.