> For the complete documentation index, see [llms.txt](https://wrapper.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wrapper.angular-package.dev/wrap/accessors.md).

# Accessors

## Public

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><a href="/wrap/accessors/closing.md"><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.md#closing">closing</a> of the wrap by returning the <a href="/wrap/properties/closing.md"><code>#closing</code></a> property of the specified object.</p>                                                                                                                                                                                              |
| <p><a href="/wrap/accessors/opening.md"><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.md#opening">opening</a> of the wrap by returning the <a href="/wrap/properties/opening.md"><code>#opening</code></a> property of the specified object.</p>                                                                                                                                                                                              |
| <p><a href="/wrap/accessors/text.md">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.md#wrap-content">text</a> of the <a href="/wrap/overview.md"><code>Wrap</code></a> by returning the <a href="/wrap/properties/text.md"><code>#text</code></a> property of a specified object.</p>                                                                                                                                                             |
| <p><a href="/wrap/accessors/symbol.tostringtag.md"><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> |
