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

TableBlock

import type { TableBlock } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";

the type which represents a line in a table block

interface TableBlock extends Block {
cells: string[];
title: string;
}

§Extends

§Properties

§
cells: string[]
[src]

cells included in the present line

§
title: string
[src]

the title of the table block