# AtloriaEndpointList

**Kind:** Class

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointList.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/EndpointList.ts#L28)

**Extends:** `ExplorerElement`

## Methods

| Method | Signature | Returns |
|---|---|---|
| `render` | `render()` | `void` |

## Properties

| Property | Type |
|---|---|
| `styles` | `any` |
| `strings` | `ExplorerStrings` |
| `endpoints` | `APIEndpoint[]` |
| `selectedId` | `any` |
| `groupBy` | `'controller' | 'tag' | 'method'` |

## Where it refuses work

- `AtloriaEndpointList` stops the work with an early return when `aOrder !== bOrder`.
- `AtloriaEndpointList` stops the work with an early return when `!this.searchQuery.trim()`.
