@tempots/dom

DOMContext.setText() method

Sets the text content of the current element.

Signature:

setText(text: string): void;

Parameters

Parameter

Type

Description

text

string

The text content to set.

Returns: void