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

Table

import type { Table } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox.ts";
interface Table {
cells: Node[][][];
fileName: string;
indent: number;
type: "table";
}

§Properties

§
cells: Node[][][]
[src]
§
fileName: string
[src]
§
indent: number
[src]
§
type: "table"
[src]