hasText()
Last updated
Was this helpful?
Last updated
Was this helpful?
Wrap.prototype.hasText()
The method checks whether the of a specified object is defined, which means it's a of at least one char and optionally equal to the given .
text
?: string
Optional text of type to check whether it's equal to the of the object.
The return value is a indicating whether the is defined and optionally equal to the given .
text