# @Select

[API](https://github.com/ngxs/store/tree/03c73d891d16618b508e51af0c7fec16b40fc621/docs/api/README.md) > ["decorators/select"](https://www.ngxs.io/v3.5/api/_decorators_select_)

## External module: "decorators/select"

### Index

#### Functions

* [Select](#select)

### Functions

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

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

*Defined in* [*decorators/select.ts:24*](https://github.com/ngxs/store/blob/7d8137d/packages/store/src/decorators/select.ts#L24)

Decorator for selecting a slice of state from the store.

**Parameters:**

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

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