@empathyco/x-components
Version:
Empathy X Components
74 lines (33 loc) • 857 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [BrowsableRequest](./x-types.browsablerequest.md)
## BrowsableRequest interface
Interface for any Request with a `browseField` and `browseValue` parameters.
**Signature:**
```typescript
export interface BrowsableRequest
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[browseField](./x-types.browsablerequest.browsefield.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
<tr><td>
[browseValue](./x-types.browsablerequest.browsevalue.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>