:right-sidebar: True ScriptDialogType =================================================================== .. currentmodule:: gi.repository.WebKit .. class:: ScriptDialogType :no-contents-entry: Enum values used for determining the type of :obj:`~gi.repository.WebKit.ScriptDialog` Fields ------ .. rst-class:: interim-class .. class:: ScriptDialogType :no-index: .. attribute:: ALERT Alert script dialog, used to show a message to the user. .. attribute:: BEFORE_UNLOAD_CONFIRM Before unload confirm dialog, used to ask confirmation to leave the current page to the user. Since 2.12 .. attribute:: CONFIRM Confirm script dialog, used to ask confirmation to the user. .. attribute:: PROMPT Prompt script dialog, used to ask information to the user.