* Set the string displayed by the object. * @param text The new text * @deprecated use `setText` instead
(text: string)
| 439 | * @deprecated use `setText` instead |
| 440 | */ |
| 441 | setString(text: string): void { |
| 442 | this.setText(text); |
| 443 | } |
| 444 | |
| 445 | /** |
| 446 | * Get the string displayed by the object. |
no test coverage detected