mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #3768 from qinfchen/sigma_image_2
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