getText()
Wrap.prototype.getText()
Wrap.prototype.getText()
Gets the text of the wrap by returning the #text
property of a specified object, without the opening and closing chars of the Wrap
.
wrap.class.ts
Returns
The return value is the text
of a generic type variable Text
.
Example usage
Last updated