Browse Source

added new event type

merge-requests/12/head
dv4mp1r3 2 years ago
parent
commit
762755fa2f
  1. 4
      src/types.ts

4
src/types.ts

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

Loading…
Cancel
Save