WebKit2.ScriptDialogType

Enum values used for determining the type of WebKit2.ScriptDialog

ScriptDialogType.ALERT

Alert script dialog, used to show a message to the user.

ScriptDialogType.CONFIRM

Confirm script dialog, used to ask confirmation to the user.

ScriptDialogType.PROMPT

Prompt script dialog, used to ask information to the user.