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

RichLinkProperties

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

Properties specific to a RichLink.

interface RichLinkProperties {
mimeType?: string;
title?: string;
uri?: string;
}

§Properties

§
mimeType?: string
[src]

The MIME type of the RichLink, if there's one (for example, when it's a file in Drive).

§
title?: string
[src]

The title of the RichLink as displayed in the link. This title matches the title of the linked resource at the time of the insertion or last update of the link. This field is always present.

§
uri?: string
[src]

The URI to the RichLink. This is always present.