# Select

[API](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/README.md) > ["select"](https://www.ngxs.io/v3.2/api/_select_)

## External module: "select"

### Index

#### Classes

* [SelectFactory](https://github.com/ngxs/store/tree/af0da5bab249b0cf937a1b3cc862faeeabdf145f/docs/api/classes/_select_.selectfactory.md)

#### Functions

* [Select](#select)

### Functions

#### Select <a href="#select" id="select"></a>

▸ **Select**(selectorOrFeature?: `any`, ...paths: `string`*\[]*): `(Anonymous function)`

*Defined in* [*select.ts:22*](https://github.com/amcdnl/ngxs/blob/4ba1032/packages/store/src/select.ts#L22)

Decorator for selecting a slice of state from the store.

**Parameters:**

| Param                        | Type        |
| ---------------------------- | ----------- |
| `Optional` selectorOrFeature | `any`       |
| `Rest` paths                 | `string`\[] |

**Returns:** `(Anonymous function)`
