<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [Attribute](./services.attribute.md)

## Attribute interface

A named attribute with a variant data value.

<b>Signature:</b>

```typescript
export interface Attribute 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [data](./services.attribute.data.md) | <code>VarData &#124; null</code> |  |
|  [name](./services.attribute.name.md) | <code>string</code> |  |

