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

Location

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

A specific location in a form.

interface Location {
index?: number;
}

§Properties

§
index?: number
[src]

The index of an item in the form. This must be in the range [0..N), where N is the number of items in the form.