mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Node and Edge interfaces should inherit from NodeOptions and EdgeOptions. These Options are meant to be global, so properties such as "id", "from" and "to" should exist only on Node and Edge interfaces. Plus, in this way it's possible to use all properties defined on parent interface. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| package.json | ||
| tsconfig.json | ||
| tslint.json | ||
| vis-tests.ts | ||