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

Header

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

A document header.

interface Header {
content?: StructuralElement[];
headerId?: string;
}

§Properties

§

The contents of the header. The indexes for a header's content begin at zero.

§
headerId?: string
[src]

The ID of the header.