UNPKG

@empathyco/x-components

Version:
74 lines (33 loc) 857 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [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>