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

EmbeddedObjectBorder

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

A border around an EmbeddedObject.

interface EmbeddedObjectBorder {
color?: OptionalColor;
dashStyle?:
| "DASH_STYLE_UNSPECIFIED"
| "SOLID"
| "DOT"
| "DASH";
propertyState?: "RENDERED" | "NOT_RENDERED";
width?: Dimension;
}

§Properties

§

The color of the border.

§
dashStyle?: "DASH_STYLE_UNSPECIFIED" | "SOLID" | "DOT" | "DASH"
[src]

The dash style of the border.

§
propertyState?: "RENDERED" | "NOT_RENDERED"
[src]

The property state of the border property.

§

The width of the border.