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 {
destinationTasklist?: string;
parent?: string;
previous?: string;
}

§Properties

§
destinationTasklist?: string
[src]

Optional. Destination task list identifier. If set, the task is moved from tasklist to the destinationTasklist list. Otherwise the task is moved within its current list. Recurrent tasks cannot currently be moved between lists.

§
parent?: string
[src]

Optional. New parent task identifier. If the task is moved to the top level, this parameter is omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks), or be moved under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent field must be empty.