@digitalpersona/services
Version:
DigitalPersona Web Access Services
14 lines (8 loc) • 545 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/services](./services.md) > [SearchQuery](./services.searchquery.md) > [attributes](./services.searchquery.attributes.md)
## SearchQuery.attributes property
A list of strings with object attributes requested. NOTE: the bigger list of attributes requested, the slower the search, and the larger amount of data to be transferred over networks.
<b>Signature:</b>
```typescript
attributes: string[];
```