:right-sidebar: True NavigationType =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: NavigationType :no-contents-entry: Enum values used to denote the various navigation types. Fields ------ .. rst-class:: interim-class .. class:: NavigationType :no-index: .. attribute:: BACK_FORWARD The navigation was triggered by navigating forward or backward. .. attribute:: FORM_RESUBMITTED The navigation was triggered by resubmitting a form. .. attribute:: FORM_SUBMITTED The navigation was triggered by submitting a form. .. attribute:: LINK_CLICKED The navigation was triggered by clicking a link. .. attribute:: OTHER The navigation was triggered by some other action. .. attribute:: RELOAD The navigation was triggered by reloading.