Skip to main content
Module

x/cheerio/mod.ts>TextElement

Cheerio port to Deno with typings
Go to Latest
interface TextElement
import { type TextElement } from "https://deno.land/x/cheerio@1.0.3/mod.ts";

Properties

type: "text"
next: Element | null
prev: Element | null
parent: Element
optional
data: string