mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add sigmajs image typing
This commit is contained in:
Vendored
+8
@@ -74,6 +74,14 @@ declare module SigmaJs{
|
||||
nodes(ids: string[]): Node[];
|
||||
}
|
||||
|
||||
interface Image {
|
||||
clip?: number;
|
||||
scale?: number;
|
||||
url?: string;
|
||||
x?: number;
|
||||
y?: number;
|
||||
}
|
||||
|
||||
interface Miscellaneous {
|
||||
animation: Animation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user