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

GoogleCloudIntegrationsV1alphaCoordinate

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

Configuration detail of coordinate, it used for UI

interface GoogleCloudIntegrationsV1alphaCoordinate {
x?: number;
y?: number;
}

§Properties

§
x?: number
[src]

Required. X axis of the coordinate

§
y?: number
[src]

Required. Y axis of the coordinate