DeactString extension
Adds the getter txt to the String class.
The getter return a TextNode node with the string as its content.
Example:
deact('#id', 'some text'.txt);
- on
Properties
- txt → TextNode
-
Available on String, provided by the DeactString extension
no setter