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

HeadingLink

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

A reference to a heading in this document.

interface HeadingLink {
id?: string;
tabId?: string;
}

§Properties

§
id?: string
[src]

The ID of a heading in this document.

§
tabId?: string
[src]

The ID of the tab containing this heading.