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

Equation

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

A ParagraphElement representing an equation.

interface Equation {
suggestedDeletionIds?: string[];
suggestedInsertionIds?: string[];
}

§Properties

§
suggestedDeletionIds?: string[]
[src]

The suggested deletion IDs. If empty, then there are no suggested deletions of this content.

§
suggestedInsertionIds?: string[]
[src]

The suggested insertion IDs. An Equation may have multiple insertion IDs if it's a nested suggested change. If empty, then this is not a suggested insertion.