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

TasksMoveOptions

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

Additional options for Tasks#tasksMove.

interface TasksMoveOptions {
parent?: string;
previous?: string;
}

§Properties

§
parent?: string
[src]

New parent task identifier. If the task is moved to the top level, this parameter is omitted. Optional.