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

ReadingPosition

import type { ReadingPosition } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface ReadingPosition {
epubCfiPosition?: string;
gbImagePosition?: string;
gbTextPosition?: string;
kind?: string;
pdfPosition?: string;
updated?: string;
volumeId?: string;
}

§Properties

§
epubCfiPosition?: string
[src]

Position in an EPUB as a CFI.

§
gbImagePosition?: string
[src]

Position in a volume for image-based content.

§
gbTextPosition?: string
[src]

Position in a volume for text-based content.

§
kind?: string
[src]

Resource type for a reading position.

§
pdfPosition?: string
[src]

Position in a PDF file.

§
updated?: string
[src]

Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).

§
volumeId?: string
[src]

Volume id associated with this reading position.