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