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

Shading

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

The shading of a paragraph.

interface Shading {
backgroundColor?: OptionalColor;
}

§Properties

§
backgroundColor?: OptionalColor
[src]

The background color of this paragraph shading.