mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Added removeAllEndpoints
This commit is contained in:
parent
c6c2a7434c
commit
e78cd33fca
1
jsplumb/jquery.jsPlumb.d.ts
vendored
1
jsplumb/jquery.jsPlumb.d.ts
vendored
@ -25,6 +25,7 @@ interface jsPlumb {
|
||||
repaintEverything(): void;
|
||||
detachEveryConnection(): void;
|
||||
detachAllConnections(el: string): void;
|
||||
removeAllEndpoints(el: any): void;
|
||||
select(params: SelectParams): Connections;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user