Skip to main content
Module

x/document_ir/index.ts>BlockNode

Intermediate Representation for content
Go to Latest
interface BlockNode
import { type BlockNode } from "https://deno.land/x/document_ir@0.0.9/index.ts";

Properties

type: "block"
content: Node[]