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

MobileFriendlyIssue

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

Mobile-friendly issue.

interface MobileFriendlyIssue {
rule?:
| "MOBILE_FRIENDLY_RULE_UNSPECIFIED"
| "USES_INCOMPATIBLE_PLUGINS"
| "CONFIGURE_VIEWPORT"
| "FIXED_WIDTH_VIEWPORT"
| "SIZE_CONTENT_TO_VIEWPORT"
| "USE_LEGIBLE_FONT_SIZES"
| "TAP_TARGETS_TOO_CLOSE";
}

§Properties

§
rule?: "MOBILE_FRIENDLY_RULE_UNSPECIFIED" | "USES_INCOMPATIBLE_PLUGINS" | "CONFIGURE_VIEWPORT" | "FIXED_WIDTH_VIEWPORT" | "SIZE_CONTENT_TO_VIEWPORT" | "USE_LEGIBLE_FONT_SIZES" | "TAP_TARGETS_TOO_CLOSE"
[src]

Rule violated.