UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 751 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [QueriesPreviewMutations](./x-components.queriespreviewmutations.md) &gt; [setStatus](./x-components.queriespreviewmutations.setstatus.md) ## QueriesPreviewMutations.setStatus() method Sets the status of a query preview request. **Signature:** ```typescript setStatus(payload: QueryPreviewStatusPayload): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | payload | [QueryPreviewStatusPayload](./x-components.querypreviewstatuspayload.md) | Object containing the query and the status of a query preview item. | **Returns:** void