HtmlrenderWebkitHeadlessProtoModalDialogEvent

HTML RenderInfrastructure

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoModalDialogEvent

3
out of 10
Low
SEO Impact
Event for a modal dialog created by one of window.confirm(), window.prompt(), or window.alert().

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Htmlrender Webkit Headless Proto Modal Dialog Event) contains 4 attributes that define its data structure. Key functionality includes: Whether a confirm() or prompt() dialog was confirmed. Will not be present for an alert() dialog.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

4
Sort:|Filter:
confirmedboolean(
Default: nil

Whether a confirm() or prompt() dialog was confirmed. Will not be present for an alert() dialog.

messagestring
Default: nilFull type: String.t
resultstring
Default: nilFull type: String.t

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.

typestring
Default: nilFull type: String.t