Skip to main content
Module

x/document_ir/types.ts>LinkNode

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

Properties

type: "link"
content: Node[]
url: string
optional
title: string
optional
target: "_blank" | "_self" | "_top"
optional
userGeneratedContent: true
optional
noReferrer: true
optional
noFollow: true
optional
noOpener: true