RichLink
import type { RichLink } from "https://googleapis.deno.dev/v1/docs:v1.ts";
A link to a Google resource (such as a file in Drive, a YouTube video, or a Calendar event).
interface RichLink {
readonly richLinkId?: string;
readonly richLinkProperties?: RichLinkProperties;
suggestedDeletionIds?: string[];
suggestedInsertionIds?: string[];
suggestedTextStyleChanges?: {};
[key: string]: SuggestedTextStyle;
textStyle?: TextStyle;
}§Properties
§
readonly richLinkProperties?: RichLinkProperties
[src]Output only. The properties of this RichLink. This field is always present.
§
suggestedDeletionIds?: string[]
[src]IDs for suggestions that remove this link from the document. A RichLink might have multiple deletion IDs if, for example, multiple users suggest deleting it. If empty, then this person link isn't suggested for deletion.
§
suggestedInsertionIds?: string[]
[src]IDs for suggestions that insert this link into the document. A RichLink might have multiple insertion IDs if it's a nested suggested change (a suggestion within a suggestion made by a different user, for example). If empty, then this person link isn't a suggested insertion.
§
suggestedTextStyleChanges?: {}
[src][key: string]: SuggestedTextStyle;
The suggested text style changes to this RichLink, keyed by suggestion ID.