mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
Added removeAllEndpoints
This commit is contained in:
Vendored
+1
@@ -25,6 +25,7 @@ interface jsPlumb {
|
||||
repaintEverything(): void;
|
||||
detachEveryConnection(): void;
|
||||
detachAllConnections(el: string): void;
|
||||
removeAllEndpoints(el: any): void;
|
||||
select(params: SelectParams): Connections;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user