Skip to main content
Module

x/cheerio/types.ts>TagElement

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

Properties

tagName: string
type: "tag"
name: string
attribs: { [attr: string]: string; }
children: Element[]
childNodes: Element[] | null
lastChild: Element | null
firstChild: Element | null
next: Element | null
nextSibling: Element
prev: Element | null
previousSibling: Element
parent: Element
parentNode: Element
nodeValue: string
optional
data: string
optional
startIndex: number