> For the complete documentation index, see [llms.txt](https://tag.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://tag.angular-package.dev/attribute/instance/accessors.md).

# Accessors

## Public

|                                                                               |                                                                                                                                                                                                                                                                                                                                                                      |
| ----------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [attribute](/attribute/instance/accessors/attribute.md)                       | The [`get`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) accessor returns the **attribute**, the primitive value of a specified [`Attribute`](/attribute/attribute.md) object.                                                                                                                                                   |
| [name](/attribute/instance/accessors/name.md)                                 | The [`get`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) accessor returns the attribute **name** of a specified [`Attribute`](/attribute/attribute.md) object.                                                                                                                                                                   |
| [value](/attribute/instance/accessors/value.md)                               | The [`get`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) accessor returns the attribute **value** of a specified [`Attribute`](/attribute/attribute.md) object.                                                                                                                                                                  |
| [\[Symbol.toStringTag\]](/attribute/instance/accessors/symbol.tostringtag.md) | The [`get`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) accessor, with the help of [`toStringTag`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag) of Symbol, changes the default object tag to `attribute` for an instance of the [`Attribute`](/attribute/attribute.md). |
