@tempots/dom > DOMContext > setText
Sets the text content of the current element.
Signature:
setText(text: string): void;
Parameter
Type
Description
text
string
The text content to set.
Returns: void