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

UIElementTooDeep

import type { UIElementTooDeep } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

A warning that the screen hierarchy is deeper than the recommended threshold.

interface UIElementTooDeep {
depth?: number;
screenId?: string;
screenStateId?: string;
}

§Properties

§
depth?: number
[src]

The depth of the screen element

§
screenId?: string
[src]

The screen id of the element

§
screenStateId?: string
[src]

The screen state id of the element