UNPKG

@empathyco/x-components

Version:
25 lines (14 loc) 798 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [TaggingMutations](./x-components.taggingmutations.md) &gt; [setQueryTaggingInfo](./x-components.taggingmutations.setquerytagginginfo.md) ## TaggingMutations.setQueryTaggingInfo() method Sets the [TaggingState.queryTaggingInfo](./x-components.taggingstate.querytagginginfo.md) property. **Signature:** ```typescript setQueryTaggingInfo(queryTaggingInfo: TaggingRequest): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | queryTaggingInfo | TaggingRequest | The new [TaggingState.queryTaggingInfo](./x-components.taggingstate.querytagginginfo.md)<!-- -->. | **Returns:** void