Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/document_ir/index.ts>LinkNode

Intermediate Representation for content
Latest
interface LinkNode
import { type LinkNode } from "https://deno.land/x/document_ir@0.0.15/index.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