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

MylibraryReadingpositionsSetPositionOptions

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

Additional options for Books#mylibraryReadingpositionsSetPosition.

interface MylibraryReadingpositionsSetPositionOptions {
action?:
| "ACTION_UNDEFINED"
| "bookmark"
| "chapter"
| "next-page"
| "prev-page"
| "scroll"
| "search";
contentVersion?: string;
deviceCookie?: string;
position: string;
source?: string;
timestamp: string;
}

§Properties

§
action?: "ACTION_UNDEFINED" | "bookmark" | "chapter" | "next-page" | "prev-page" | "scroll" | "search"
[src]

Action that caused this reading position to be set.

§
contentVersion?: string
[src]

Volume content version for which this reading position applies.

§
deviceCookie?: string
[src]

Random persistent device cookie optional on set position.

§
position: string
[src]

Position string for the new volume reading position.

§
source?: string
[src]

String to identify the originator of this request.

§
timestamp: string
[src]

RFC 3339 UTC format timestamp associated with this reading position.