TextHTML character data (plain text). interface Text extends Literal {data?: TextData | undefined;type: "text";}§Extends§Literal[src]§Properties§data?: TextData | undefined[src]Data associated with the text. §type: "text"[src]Node type of HTML character data (plain text) in hast.