public moveTo(section: string | number, slide?: number) {
        $.fn.fullpage.moveTo(section, slide);
    }