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.

10 lines (7 loc) 264 B
/** Options for the backButton add-on. */ interface mmOptionsBackbutton { /** Whether or not to close the menu with the back-( and forth-)button. */ close ?: boolean /** Whether or not to open the menu with the back-( and forth-)button. */ open ?: boolean }