UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 847 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [RelatedPromptsGetters](./x-components.relatedpromptsgetters.md) ## RelatedPromptsGetters interface Related prompts module getters. **Signature:** ```typescript export interface RelatedPromptsGetters ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [query](./x-components.relatedpromptsgetters.query.md) | | string | The combination of the query and the selected related tags. | | [request](./x-components.relatedpromptsgetters.request.md) | | RelatedPromptsRequest \| null | Request object to retrieve the related prompts using the search adapter, or null if there is no valid data to conform a valid request. |