Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ink/tsdom/tsdom.ts>TextNode

Terminal string color for Deno
Latest
class TextNode
extends Node
import { TextNode } from "https://deno.land/x/ink@1.3/tsdom/tsdom.ts";

TextNode to contain a text element in DOM tree.

Constructors

new
TextNode(value: string)

Properties

readonly
isWhitespace

Detect if the node contains only white space.

nodeType

Node Type declaration.

readonly
text

Get unescaped text value of current node and its children.