Enumeration (GI Enum)

WebKit-6.0WebKitScriptDialogType

Enum values used for determining the type of WebKit.ScriptDialog

Index

Enumeration Members

ALERT: number

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

BEFORE_UNLOAD_CONFIRM: number

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

CONFIRM: number

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

PROMPT: number

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