UNPKG

@empathyco/x-components

Version:
55 lines (26 loc) 693 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [BaseXAPI](./x-components.basexapi.md) &gt; [search](./x-components.basexapi.search.md) ## BaseXAPI.search() method Searches the query parameter as user query. **Signature:** ```typescript search(query?: string): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> query </td><td> string </td><td> _(Optional)_ Query to be searched. </td></tr> </tbody></table> **Returns:** void