get text()
The `get` accessor gets the text of the `Wrap` by returning the `#text` property of a specified object.
Wrap.prototype.text
Wrap.prototype.text
The get
accessor gets the text of the Wrap
by returning the #text
property of a specified object.
wrap.class.ts
Return type
Text
Text
The return type is the generic type variable Text
declared in the Wrap
class.
Returns
The return value is the text of a generic type variable Text
.
Example usage
Last updated