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

InsertDateRequest

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

Inserts a date at the specified location.

interface InsertDateRequest {
dateElementProperties?: DateElementProperties;
endOfSegmentLocation?: EndOfSegmentLocation;
location?: Location;
}

§Properties

§
dateElementProperties?: DateElementProperties
[src]

The properties of the date to insert.

§
endOfSegmentLocation?: EndOfSegmentLocation
[src]

Inserts the date at the end of the given header, footer or document body.

§
location?: Location
[src]

Inserts the date at a specific index in the document. The date must be inserted inside the bounds of an existing Paragraph. For instance, it cannot be inserted at a table's start index (i.e. between an existing table and its preceding paragraph).