# Accessors

## Public

|                                                                                                           |                                                                                                                                                                                                                                                                                                                                                                                                  |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [attribute](https://tag.angular-package.dev/attribute/instance/accessors/attribute)                       | 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`](https://tag.angular-package.dev/attribute/attribute) object.                                                                                                                                                   |
| [name](https://tag.angular-package.dev/attribute/instance/accessors/name)                                 | The [`get`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) accessor returns the attribute **name** of a specified [`Attribute`](https://tag.angular-package.dev/attribute/attribute) object.                                                                                                                                                                   |
| [value](https://tag.angular-package.dev/attribute/instance/accessors/value)                               | The [`get`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get) accessor returns the attribute **value** of a specified [`Attribute`](https://tag.angular-package.dev/attribute/attribute) object.                                                                                                                                                                  |
| [\[Symbol.toStringTag\]](https://tag.angular-package.dev/attribute/instance/accessors/symbol.tostringtag) | 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`](https://tag.angular-package.dev/attribute/attribute). |
