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

Background

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

Represents the background of a document.

interface Background {
color?: OptionalColor;
}

§Properties

§

The background color.