This class exposes no properties.
enterTextEditMode
enterTextEditMode(nodeName: String): void
Requests user input for given node.
getText
getText(nodeName: String): StringSignal
Gets the text of the given node.
setText
setText(nodeName: String, text: String): void
Sets the text to the provided value for the node with a given name.