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

MoveItemRequest

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

Move an item in a form.

interface MoveItemRequest {
newLocation?: Location;
originalLocation?: Location;
}

§Properties

§
newLocation?: Location
[src]

Required. The new location for the item.

§
originalLocation?: Location
[src]

Required. The location of the item to move.