Enumeration (GI Enum)

WebKit-6.0WebKitScriptDialogType

Enum values used for determining the type of WebKit.ScriptDialog

Index
ALERT: 0

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

BEFORE_UNLOAD_CONFIRM: 3

Before unload confirm dialog, used to ask confirmation to leave the current page to the user. Since 2.12

CONFIRM: 1

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

PROMPT: 2

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

Variables

$gtype