UNPKG

mmenu-js

Version:

The best javascript plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.

9 lines (7 loc) 244 B
/** Options for the drag add-on. */ interface mmOptionsDrag { /** Whether or not to open the menu when dragging the page. */ open?: boolean; /** The element on which the user can drag to open the menu. */ node?: HTMLElement; }