Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Text

HTML character data (plain text).

interface Text extends Literal {
data?: TextData | undefined;
type: "text";
}

§Extends

§Properties

§
data?: TextData | undefined
[src]

Data associated with the text.

§
type: "text"
[src]

Node type of HTML character data (plain text) in hast.