DefinitelyTyped/types/vis
Daniele Coppolino 2aa31db3b6 Make node and edge interfaces inherit from their options (#27254)
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.
2018-07-24 09:19:29 -07:00
..
index.d.ts
package.json
tsconfig.json
tslint.json
vis-tests.ts