/**	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
}
