GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoModalDialogEvent
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Event for a modal dialog created by one of window.confirm(), window.prompt(), or window.alert().
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
confirmed
(type:boolean()
, default:nil
)
- Whether a confirm() or prompt() dialog was confirmed. Will not be present for an alert() dialog. -
message
(type:String.t
, default:nil
)
- -
result
(type:String.t
, default:nil
)
- For a prompt() dialog, the result of the prompt. Will not be present for other types of dialogs. If confirmed == false and the prompt had a default value, result will contain the default value. -
type
(type:String.t
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoModalDialogEvent