The query to find component labels within Compass.
| Property Name | Type | Description | 
|---|---|---|
| after | InputMaybe<String> | Returns results after the specified cursor. | 
| first | InputMaybe<Number> | Number of results to return in the query. The default is 25. | 
| query | InputMaybe<String> | Text query to search against. | 
| sort | InputMaybe<Array<InputMaybe<CompassQuerySort>>> | Sorting parameters for the results to be searched for. The default is by ranked results. | 
Rate this page: