Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MobileUsabilityIssue

import type { MobileUsabilityIssue } from "https://googleapis.deno.dev/v1/searchconsole:v1.ts";

Mobile-usability issue.

interface MobileUsabilityIssue {
issueType?:
| "MOBILE_USABILITY_ISSUE_TYPE_UNSPECIFIED"
| "USES_INCOMPATIBLE_PLUGINS"
| "CONFIGURE_VIEWPORT"
| "FIXED_WIDTH_VIEWPORT"
| "SIZE_CONTENT_TO_VIEWPORT"
| "USE_LEGIBLE_FONT_SIZES"
| "TAP_TARGETS_TOO_CLOSE";
message?: string;
severity?: "SEVERITY_UNSPECIFIED" | "WARNING" | "ERROR";
}

§Properties

§
issueType?: "MOBILE_USABILITY_ISSUE_TYPE_UNSPECIFIED" | "USES_INCOMPATIBLE_PLUGINS" | "CONFIGURE_VIEWPORT" | "FIXED_WIDTH_VIEWPORT" | "SIZE_CONTENT_TO_VIEWPORT" | "USE_LEGIBLE_FONT_SIZES" | "TAP_TARGETS_TOO_CLOSE"
[src]

Mobile-usability issue type.

§
message?: string
[src]

Additional information regarding the issue.

§
severity?: "SEVERITY_UNSPECIFIED" | "WARNING" | "ERROR"
[src]

Not returned; reserved for future use.