|
|
@ -69,6 +69,10 @@ export type Options = { |
|
|
|
keyEvent?: KeyEvent; // main(or base, or smth) / shift / alt / etc
|
|
|
|
keyEvent?: KeyEvent; // main(or base, or smth) / shift / alt / etc
|
|
|
|
orientation?: PanOrientation; |
|
|
|
orientation?: PanOrientation; |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
doubleClick?: { |
|
|
|
|
|
|
|
isActive: boolean; |
|
|
|
|
|
|
|
keyEvent?: KeyEvent; |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
scroll?: { |
|
|
|
scroll?: { |
|
|
|
zoom?: { |
|
|
|
zoom?: { |
|
|
|