# Accessors

## Public

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><a href="accessors/closing"><strong>closing</strong></a><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the <a href="../../getting-started/basic-concepts#closing">closing</a> of the wrap by returning the <a href="properties/closing"><code>#closing</code></a> property of the specified object.</p>                                                                                                                                                                                                     |
| <p><a href="accessors/opening"><strong>opening</strong></a><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the <a href="../../getting-started/basic-concepts#opening">opening</a> of the wrap by returning the <a href="properties/opening"><code>#opening</code></a> property of the specified object.</p>                                                                                                                                                                                                     |
| <p><a href="accessors/text">t<strong>ext</strong></a><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the <a href="../../getting-started/basic-concepts#wrap-content">text</a> of the <a href=""><code>Wrap</code></a> by returning the <a href="properties/text"><code>#text</code></a> property of a specified object.</p>                                                                                                                                                                                     |
| <p><a href="accessors/symbol.tostringtag"><strong>\[Symbol.toStringTag]</strong></a><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag"><code>toStringTag</code></a> of the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol"><code>Symbol</code></a> changes the default tag <code>String</code> of the instance to the custom tag <code>Wrap</code>.</p> |
