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

TextLink

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

Link for text.

interface TextLink {
displayText?: string;
uri?: string;
}

§Properties

§
displayText?: string
[src]

Required. Display text for the URI.

§
uri?: string
[src]

Required. The URI.