InsertRichLinkRequest
import type { InsertRichLinkRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";Inserts a RichLink at the specified location.
interface InsertRichLinkRequest {
endOfSegmentLocation?: EndOfSegmentLocation;
location?: Location;
richLinkProperties?: RichLinkProperties;
}§Properties
§
endOfSegmentLocation?: EndOfSegmentLocation
[src]Inserts the rich link at the end of a header, footer, footnote or the document body.
§
Inserts the rich link at a specific index in the document. The rich link 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 the table and its preceding paragraph). The rich link cannot be inserted inside an equation.
§
richLinkProperties?: RichLinkProperties
[src]The properties of the rich link to insert.