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