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
no setter