Instance accessors
Public
Wrapped.prototype.closing
Wrapped.prototype.closingpublic get closing(): Closing {
return this.#closing;
}Returns
Wrapped.prototype.opening
Wrapped.prototype.openingpublic get opening(): Opening {
return this.#opening;
}Returns
Wrapped.prototype.text
Wrapped.prototype.textReturns
Wrapped.prototype.value
Wrapped.prototype.valueReturns
[Symbol.toStringTag]
[Symbol.toStringTag]Example usage
Last updated